This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all
- From: "adam at os dot inf dot tu-dresden dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2007 15:15:39 -0000
- Subject: [Bug libmudflap/33064] New: libmudflap fails to build with --enable-targets=all
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
With current (today) trunk, building on x86-32bit host with
--enable-targets=all fails as follows. Just building 32bit (i.e. without
--enable-targets=all) works.
Host system is Debian (etch). Configure options are:
gcc/configure --prefix=/usr/local/gcc/head --enable-shared --with-system-zlib
--enable-targets=all --enable-__cxa_atexit
libtool: compile: /tmp/gcc/head/b/./gcc/xgcc -B/tmp/gcc/head/b/./gcc/
-B/usr/local/gcc/head/i686-pc-linux-gnu/bin/
-B/usr/local/gcc/head/i686-pc-linux-gnu/lib/ -isystem
/usr/local/gcc/head/i686-pc-linux-gnu/include -isystem
/usr/local/gcc/head/i686-pc-linux-gnu/sys-include -m64 -DHAVE_CONFIG_H -I.
-I../../../../gcc/libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2
-g -O2 -m64 -MT mf-runtime.lo -MD -MP -MF .deps/mf-runtime.Tpo -c
../../../../gcc/libmudflap/mf-runtime.c -fPIC -DPIC -o .libs/mf-runtime.o
../../../../gcc/libmudflap/mf-runtime.c:172: error: conflicting types for
'__mf_lc_mask'
../../../../gcc/libmudflap/mf-runtime.h:51: error: previous declaration of
'__mf_lc_mask' was here
--
Summary: libmudflap fails to build with --enable-targets=all
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libmudflap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: adam at os dot inf dot tu-dresden dot de
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33064