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 ada/15584] Ada build with stage1 bootstrap compiler fails.


------- 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


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