From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7879 invoked by alias); 26 May 2007 17:49:01 -0000 Received: (qmail 7864 invoked by uid 48); 26 May 2007 17:49:01 -0000 Date: Sat, 26 May 2007 17:49:00 -0000 Message-ID: <20070526174901.7863.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/32098] New libtool doesn't support Java In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "hjl at lucon dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q2/txt/msg00135.txt.bz2 ------- Comment #1 from hjl at lucon dot org 2007-05-26 17:49 ------- In libjava/libtool, there are # ### BEGIN LIBTOOL TAG CONFIG: GCJ # Is the compiler the GNU compiler? with_gcc= # Compiler flag to turn off builtin functions. no_builtin_flag=" -fno-builtin" # How to pass a linker flag through the compiler. wl="-Wl," # Additional compiler flags for building library objects. pic_flag="" # Compiler flag to prevent dynamic linking. link_static_flag="" # Does compiler simultaneously support -c and -o options? compiler_c_o="no" # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=no .. They won't look right to me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32098