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/38776] gcc 4.4.0 20090109 - Configure with "--enable-coverage=noopt" breaks build



------- Comment #1 from rob1weld at aol dot com  2009-01-09 08:27 -------
Adding "../prev-i386-pc-solaris2.11/libgcc/libgcov.a" to the link:


# (OLD)
# /usr/share/src/gcc_build/prev-gcc/xgcc -B/usr/share/src/gcc_build/./prev-
gcc/ -B/usr/local/i386-pc-solaris2.11/bin/ -DIN_GCC -g -O2 -DGENERATOR_FILE
-o build/genmodes build/genmodes.o build/errors.o .././libiberty/libiberty.a


# (NEW)
# /usr/share/src/gcc_build/prev-gcc/xgcc -B/usr/share/src/gcc_build/./prev-
gcc/ -B/usr/local/i386-pc-solaris2.11/bin/ -DIN_GCC -g -O2 -DGENERATOR_FILE
-o build/genmodes build/genmodes.o build/errors.o .././libiberty/libiberty.a
../prev-i386-pc-solaris2.11/libgcc/libgcov.a

Rob


-- 


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


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