[LLVMdev] llvm/test: suffix or operands invalid for `push'
Eric Christopher
echristo at apple.com
Fri Feb 29 15:37:40 PST 2008
>
> cd test
> make
> has
> Target is i686-pc-none
> Host is x86_64-unknown-linux-gnu
> which means it knows that it is running on amd64 (host = x86_64) and
> deals with compilers emitting code for 32 bit (target = i686).
>
> I suspect it should pass on the target=i686 option to `as' and `ld',
> but
> doesn't.
Aaah. Try:
.../configure --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu
and see if that works. If it doesn't it may need some more configure
love,
but it might happen.
-eric
More information about the llvm-dev
mailing list