Autodoc updated.
[AROS.git] / scripts / elf-gcc.in
blob555c9896c1025ffd975a141e88468d6b6ab66875
1 #!/bin/sh
3 # This is wrapper around AROS-targetted compiler needed to create non-relocatable ELF files.
4 # It is required to build bootstraps for native AROS.
5 # The difference is that it uses different spec file, with different linker.
7 exec @orig_target_cc@ -specs=@AROS_BUILDDIR@/bin/@aros_target_arch@-@aros_target_cpu@@aros_target_suffix@/gen/config/elf-specs "$@" -static