diff options
Diffstat (limited to 'config/mh-ppc-darwin')
-rw-r--r-- | config/mh-ppc-darwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mh-ppc-darwin b/config/mh-ppc-darwin index 44fd620b66e2..8e64791f6eef 100644 --- a/config/mh-ppc-darwin +++ b/config/mh-ppc-darwin @@ -2,5 +2,5 @@ # position-independent-code -- the usual default on Darwin. This fix speeds # compiles by 3-5%. -BOOT_CFLAGS=-g -O2 -mdynamic-no-pic - +# Broken because of PR32009. +# BOOT_CFLAGS=-g -O2 -mdynamic-no-pic |