This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/26539] make install fails in libcpp if bootstrap compiler got removed



------- Comment #4 from v dot merkatz at gmx dot net  2006-03-03 13:52 -------
CFLAGS="-march=athlon -mmmx -m3dnow -pipe -Os"
LDFLAGS="-s"
../gcc-4.1.0/configure  --host=i686-pc-linux-gnu           \
             --prefix=/usr                  \
             --infodir=/usr/share/info      \
             --mandir=/usr/share/man        \
             --enable-threads=posix         \
             --with-system-zlib 

make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
     profiledbootstrap


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]