This is the mail archive of the gcc@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] | |
Daniel Jacobowitz <drow@mvista.com> writes:
> Could you explain to me how it changed? In that patch I tried not to
> remove any mechanisms.
>
>
> But cc1 should not, IMO, have to know the defaults. If you run xgcc -v
> it'll pass the right options to cc1...
The problem is that bootstrap of mainline fails with this error
message on x86_64-linux-gnu:
echo "/* This file is automatically generated */" > runtime-info.h
`/usr/src/aj/build/gcc/misc/gcc/xgcc -B/usr/src/aj/build/gcc/misc/gcc/ -B/opt/gcc/3.4-devel/x86_64-suse-linux-gnu/bin/ -B/opt/gcc/3.4-devel/x86_64-suse-linux-gnu/lib/ -isystem /opt/gcc/3.4-devel/x86_64-suse-linux-gnu/include -isystem /opt/gcc/3.4-devel/x86_64-suse-linux-gnu/sys-include -print-prog-name=cc1obj` -print-objc-runtime-info tmp-runtime >> runtime-info.h
tmp-runtime:0: error: CPU you selected does not support x86-64 instruction set
Execution times (seconds)
TOTAL : 0.00 0.00 0.00
make[2]: *** [runtime-info.h] Error 1
make[2]: Leaving directory `/usr/src/aj/build/gcc/misc/x86_64-suse-linux-gnu/libobjc'
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |