diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2019-06-25 20:12:49 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2019-06-25 20:12:49 +0000 |
commit | ebecdd0c3649b02de48836d17baa949fa8f106f8 (patch) | |
tree | 13a9138ee25c185c7e6fdacbaf443af4a2ee8cfb | |
parent | a8e55c61f8b3dba1931405959c506919a6a75234 (diff) | |
download | gcc-ebecdd0c3649b02de48836d17baa949fa8f106f8.zip gcc-ebecdd0c3649b02de48836d17baa949fa8f106f8.tar.gz gcc-ebecdd0c3649b02de48836d17baa949fa8f106f8.tar.bz2 |
Darwin, add a missed file change
From the last commit.
2019-06-25 Iain Sandoe <iain@sandoe.co.uk>
* config.host: Add libef_ppc.a to the extra files for powerpc-darwin.
From-SVN: r272660
-rw-r--r-- | libgcc/config.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index e6a834b..cf52b27 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1091,11 +1091,11 @@ powerpc-*-darwin*) ;; esac tmake_file="$tmake_file rs6000/t-ibm-ldouble" - extra_parts="$extra_parts crt2.o" + extra_parts="$extra_parts crt2.o libef_ppc.a" ;; powerpc64-*-darwin*) tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble" - extra_parts="$extra_parts crt2.o" + extra_parts="$extra_parts crt2.o libef_ppc.a" ;; powerpc*-*-freebsd*) tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp" |