summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-10-25 18:08:57 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-10-25 18:08:57 +0000
commit20b484ea108ae82e604eadf4e6b873b27dc9a453 (patch)
treec12ef6de11871f90cc07dd0360f9d533116027a6 /configure
parent1ebccda60b38b1a9f8005b6ebde93ecb10c8aa59 (diff)
Problem with MacOS X 10.6
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1151 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fc255b2..23db505 100755
--- a/configure
+++ b/configure
@@ -67,7 +67,7 @@ case "$target" in
variant="macosx"
system="macosx"
cc="gcc -arch ppc"
- cprepro="gcc -arch ppc -U__GNUC__ -E"
+ cprepro="gcc -arch ppc -U__GNUC__ -U__BLOCKS__ -E"
casm="gcc -arch ppc -c"
clinker="gcc -arch ppc"
libmath="";;