leave out rts/ from include-dirs in the inplace rts package
[ghc-hetmet.git] / rts / package.conf.in
index be9451f..d4882a5 100644 (file)
@@ -61,7 +61,6 @@ extra-libraries:              "m"             /* for ldexp() */
 include-dirs:          INCLUDE_DIR GMP_INCLUDE_DIRS PAPI_INCLUDE_DIR
 #else /* !INSTALLING */
 include-dirs:          FPTOOLS_TOP_ABS"/includes"
-                       FPTOOLS_TOP_ABS"/rts"
 # if !defined(HAVE_LIB_GMP) && !defined(HAVE_FRAMEWORK_GMP)
                        FPTOOLS_TOP_ABS"/gmp/gmpbuild"
 # endif
@@ -158,6 +157,10 @@ ld-options:
         , "-Wl,-search_paths_first"
 #endif
 
+#ifdef darwin_HOST_OS
+         , "-read_only_relocs", "warning"
+#endif
+
 framework-dirs:
 
 #ifdef HAVE_FRAMEWORK_GMP