summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-02-03 06:24:03 +0100
committertege <tege@gmplib.org>2006-02-03 06:24:03 +0100
commitdbe25fec34b7378095c760d3d44db92e8292808b (patch)
treeedff323bd5e580d60d0717f572f40544a88c00fd /configure.in
parent51c4840cc65aae544176ec0e670b8d569a0aedc3 (diff)
downloadgmp-dbe25fec34b7378095c760d3d44db92e8292808b.tar.gz
(powerpc): New optional, gcc_cflags_subtype.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 57dadd03a..6feae2f79 100644
--- a/configure.in
+++ b/configure.in
@@ -839,8 +839,9 @@ case $host in
cclist="gcc cc"
cc_cflags="-O2"
gcc_cflags="-O2 -mpowerpc"
- gcc_cflags_optlist="precomp cpu"
+ gcc_cflags_optlist="precomp subtype cpu"
gcc_cflags_precomp="-no-cpp-precomp"
+ gcc_cflags_subtype="-force_cpusubtype_ALL" # for vmx on darwin
# grab this object, though it's not a true cycle counter routine
SPEED_CYCLECOUNTER_OBJ=powerpc.lo