diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-12-03 10:26:30 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-17 07:43:22 +0000 |
commit | 5b69b4b708254a8d0c0e55413356abe533da1920 (patch) | |
tree | eee5f1e45919f513013545407baed077cc24c0ad /community/gcc6/005_all_default-as-needed.patch | |
parent | b7b4370cceb37679736c004559498275c20c608f (diff) | |
download | aports-5b69b4b708254a8d0c0e55413356abe533da1920.tar.bz2 aports-5b69b4b708254a8d0c0e55413356abe533da1920.tar.xz |
community/gcc6: fix option spelling on mips*
It is '--as-needed' not '-as-needed' (interpreted as '-a KEYWORD').
Diffstat (limited to 'community/gcc6/005_all_default-as-needed.patch')
-rw-r--r-- | community/gcc6/005_all_default-as-needed.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gcc6/005_all_default-as-needed.patch b/community/gcc6/005_all_default-as-needed.patch index ee4f7962a1..b95f754ee5 100644 --- a/community/gcc6/005_all_default-as-needed.patch +++ b/community/gcc6/005_all_default-as-needed.patch @@ -174,7 +174,7 @@ Index: b/gcc/config/mips/gnu-user.h #undef GNU_USER_TARGET_LINK_SPEC #define GNU_USER_TARGET_LINK_SPEC "\ %{G*} %{EB} %{EL} %{mips*} %{shared} \ -+ -as-needed \ ++ --as-needed \ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ |