From: Mike Stump Date: Thu, 16 Jun 2011 19:22:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: releases/gcc-4.7.0~5949 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=215b3b76379be4219c551cd6fbf5c81d1df71957;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r175108 --- diff --git a/config/mh-darwin b/config/mh-darwin index 6a2f15f8efae..19bf26568b5f 100644 --- a/config/mh-darwin +++ b/config/mh-darwin @@ -4,4 +4,4 @@ BOOT_CFLAGS += -mdynamic-no-pic # Ensure we don't try and use -pie, as it is incompatible with pch. -BOOT_LDFLAGS=`case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;` +BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`