Stop passing -Wl,-macosx_version_min to gcc
authorIan Lynagh <igloo@earth.li>
Thu, 20 May 2010 15:40:03 +0000 (15:40 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 20 May 2010 15:40:03 +0000 (15:40 +0000)
commit78b2f856c526e4ae8f8e935b4333fcaf67e7ca84
treec82348ac409ae0d6c2db124b4f7330ebaa971bc1
parent3d982281f91ee40e20d03bd5c9607f032d9215a6
Stop passing -Wl,-macosx_version_min to gcc
Fixes a build failure on OS X 10.6. When linking
    rts/dist/build/libHSrts-ghc6.13.20100519.dylib
we got
    ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o)
    collect2: ld returned 1 exit status
compiler/main/DriverPipeline.hs