#i386 target not found

1 messages · Page 1 of 1 (latest)

digital patrol
#

I am trying to build for an i386-freestanding on 0.15.1.
Did the target regress since 0.10.0?

I tough since LLVM supports it i should be able to build for it.
Any help welcome.

tranquil compass
#

The target parsing has changed quite a bit since 0.10.0. The triple you're looking for is probably x86-freestanding.

#

If you want to build for a specific CPU or features, you need to specify that with -mcpu for the compiler, or -Dcpu for the build system.