X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=691fd457a13c12037056fdfd9014c4c680ab69d4;hb=b5a358ee5582b139e2499d873c696eb27742f028;hp=1db95cf6b8e5f621f0de3f792a26c7c582903ed4;hpb=c00ea87f79231fba729fd4e7de1279261044ce5f;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 1db95cf..691fd45 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -111,16 +111,6 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], ;; esac - case $$1 in - i386-apple-darwin|x86_64-apple-darwin) - # We support back to OS X 10.5 - $2="$$2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" - $3="$$3 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" - $4="$$4 -macosx_version_min 10.5" - $5="$$5 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" - ;; - esac - # If gcc knows about the stack protector, turn it off. # Otherwise the stack-smash handler gets triggered. echo 'int main(void) {return 0;}' > conftest.c