This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/15584] Ada build with stage1 bootstrap compiler fails.
- From: "gerrit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2004 08:50:27 -0000
- Subject: [Bug ada/15584] Ada build with stage1 bootstrap compiler fails.
- References: <20040522084514.15584.gerrit@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gerrit at gcc dot gnu dot org 2004-05-22 08:50 -------
Configured with:
./configure \
--verbose \
--with-gcc \
--with-gnu-ld \
--with-gnu-as \
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-languages=${languages_to_build} \
--enable-nls \
--without-included-gettext \
--enable-threads=posix \
--enable-libgcj \
--enable-interpreter \
--enable-java-gc=boehm \
--enable-java-awt=xlib \
--enable-sjlj-exceptions \
--with-x --with-system-zlib \
--x-includes=/usr/X11R6/include \
--x-libraries=/usr/X11R6/lib \
--disable-version-specific-runtime-libs \
--disable-win32-registry \
--with-arch=pentium3
Used this flags:
make BOOT_CFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-ffast-math' \
STAGE1_CFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer
-funroll-loops -ffast-math' \
CFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-ffast-math' \
CXXFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-ffast-math -fno-implicit-templates' \
LIBCFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-ffast-math' \
LIBCXXFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer
-funroll-loops -ffast-math -fno-implicit-templates' \
JCFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-ffast-math' \
GCJFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops
-ffast-math' \
LIBGCJ_CFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer
-funroll-loops -ffast-math -ffloat-store' \
LIBGCJ_CXXFLAGS='-march=pentium3 -O3 -pipe -fomit-frame-pointer
-funroll-loops -ffast-math -ffloat-store -fno-implicit-templates' \
LDFLAGS='-s -Wl,--stack=0x00800000' \
bootstrap
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15584