Skip to content
  • Ian Lynagh's avatar
    Stop passing -Wl,-macosx_version_min to gcc · 78b2f856
    Ian Lynagh authored
    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
    78b2f856