]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, add a missed file change
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jun 2019 20:12:49 +0000 (20:12 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jun 2019 20:12:49 +0000 (20:12 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272660 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/config.host

index e6a834b8fc893010c48c5acef8fc0763c16b22b6..cf52b27264bd8eb0f10f4a9eb384cabfed6caa7f 100644 (file)
@@ -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"