From: Ian Lynagh Date: Fri, 16 Jul 2010 00:25:58 +0000 (+0000) Subject: Change a BUILD var to a HOST var X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=587a2822423134f38ceb45493f31c996a647439c;hp=4e7bb769cb8ba1d7e99d6eba32e2658c4d47b3eb Change a BUILD var to a HOST var --- diff --git a/rts/package.conf.in b/rts/package.conf.in index 34ca7f9..2c9d7b4 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -142,7 +142,7 @@ ld-options: * path. This is important to use the static gmp in preference on Mac OS. * The used option is specific to the Darwin linker. */ -#ifdef darwin_BUILD_OS +#ifdef darwin_HOST_OS , "-Wl,-search_paths_first" #endif