From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6570 invoked by alias); 22 Apr 2009 11:34:30 -0000 Received: (qmail 6527 invoked by uid 48); 22 Apr 2009 11:34:08 -0000 Date: Wed, 22 Apr 2009 11:34:00 -0000 Message-ID: <20090422113408.6526.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/33036] LINUX_DYNAMIC_LINKER undefined in gcc-4.2.1/gcc/config/arm/linux-elf.h In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "andreas_gajda at web dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg01912.txt.bz2 ------- Comment #2 from andreas_gajda at web dot de 2009-04-22 11:34 ------- Does this mean the target "arm-none-uclinux" is unsupported? I checked again, using (binutils-2.17 and) gcc-4.3.3 from mirror site ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.3.3/gcc-4.3.3.tar.bz2 Configuration was: ./configure --prefix=/prefix --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-uclinux --disable-nls --disable-shared --enable-languages=c --disable-threads --disable-tls --with-sysroot=/prefix/sysroot --with-gnu-as --with-gnu-ld --without-headers I can confirm, that fixing my typo resolved the above issues. But I get several other errors. I guess this is a different issue?! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33036