diff options
author | EuAndreh <eu@euandre.org> | 2024-01-02 17:27:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-02 17:27:38 -0300 |
commit | 46ab8cfff358fbccbdeee3a6f211f8dc74e73aac (patch) | |
tree | 18f7f6faad837d02c64cc9a8cb74b3c6c3b07f82 /tools/musl-gcc.specs.sh | |
parent | Inline "INSTALL" into "README" (diff) | |
download | grovel-46ab8cfff358fbccbdeee3a6f211f8dc74e73aac.tar.gz grovel-46ab8cfff358fbccbdeee3a6f211f8dc74e73aac.tar.xz |
tools/: Remove unused files
Diffstat (limited to 'tools/musl-gcc.specs.sh')
-rw-r--r-- | tools/musl-gcc.specs.sh | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh deleted file mode 100644 index 30492574..00000000 --- a/tools/musl-gcc.specs.sh +++ /dev/null @@ -1,37 +0,0 @@ -incdir=$1 -libdir=$2 -ldso=$3 -cat <<EOF -%rename cpp_options old_cpp_options - -*cpp_options: --nostdinc -isystem $incdir -isystem include%s %(old_cpp_options) - -*cc1: -%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s - -*link_libgcc: --L$libdir -L .%s - -*libgcc: -libgcc.a%s %:if-exists(libgcc_eh.a%s) - -*startfile: -%{!shared: $libdir/Scrt1.o} $libdir/crti.o crtbeginS.o%s - -*endfile: -crtendS.o%s $libdir/crtn.o - -*link: --dynamic-linker $ldso -nostdlib %{shared:-shared} %{static:-static} %{rdynamic:-export-dynamic} - -*esp_link: - - -*esp_options: - - -*esp_cpp_options: - - -EOF |