AROS-v0/tools/crosstools
Stefan Reinauer b8b3f1201d gcc-6.5.0-aros.diff: Fix cross-compilation on Darwin/arm64
This fixes the following error while compiling the toolchain:

ld: warning: ignoring duplicate libraries: '../libcpp/libcpp.a', '../libdecnumber/libdecnumber.a', 'libcommon.a'
ld: Undefined symbols:
  _host_hooks, referenced from:
      c_common_no_more_pch() in c-pch.o
      gt_pch_save(__sFILE*) in libbackend.a[92](ggc-common.o)
      gt_pch_save(__sFILE*) in libbackend.a[92](ggc-common.o)
      gt_pch_restore(__sFILE*) in libbackend.a[92](ggc-common.o)
      toplev::main(int, char**) in libbackend.a[252](toplev.o)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
2024-05-03 09:39:34 +02:00
..
gnu gcc-6.5.0-aros.diff: Fix cross-compilation on Darwin/arm64 2024-05-03 09:39:34 +02:00
llvm Only use MinSizeRel on nightly builds. Use shared libraries only if not compiling on AROS, and use llvm dylib on the nightly hosts. 2021-05-01 22:33:02 +02:00
vasm 429c26980abdc2e7b1af3cf4e4566f64c99620e9 2021-11-25 15:02:26 +01:00
README
gnu.cfg update the used build system components for the gnu toolchain. GMP 6.1.2 -> 6.2.1 ISL 0.16.1 -> 0.25 MPFR 4.0.2 -> 4.2.0 MPC 1.1.0 -> 1.3.1 2023-04-02 18:22:01 +02:00
gnu.deps
llvm.cfg Update the llvm build to version 11.0.0 Added extra diffs for 10.0.1 and 11.0.1 2021-05-01 21:37:30 +02:00
llvm.deps Update the llvm build to version 11.0.0 Added extra diffs for 10.0.1 and 11.0.1 2021-05-01 21:37:30 +02:00
mmakefile.src copyright header fixed 2021-05-02 13:46:08 +02:00

README

The patches in this directory should be the same as the patches maintained
in the respective contrib directories, e.g. contrib/gnu/gcc. If they differ
something is wrong.