extendxftf2 and trunctfxf2 build on amd64 not aarch64 and riscv.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libgcc_s/Symbol.map | ||
---|---|---|
225 | Shouldn't this be an or? Although I'm not entirely sure if it builds for i386 since it needs int128. |
lib/libgcc_s/Symbol.map | ||
---|---|---|
225 | *sigh* how did this even compile? |
lib/libgcc_s/Symbol.map | ||
---|---|---|
225 | the source files for these are in a .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" block in lib/libcompiler_rt/Makefile.inc? |
lib/libgcc_s/Symbol.map | ||
---|---|---|
225 | The pre-conditions aren't met when targeting i386 so the object files end up empty. I've tweaked the makefile to avoid those compiler invocations. |