X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=files%2Fbootstrap-bsd.mk;h=fdf7056fe6e603294cd871c6cf58cd9f7c7f973d;hp=594217884315cbc582ca14edf41c48a348f603ee;hb=9ac7c6d019018c0211c136c8cd27063699ff92af;hpb=d72a819a5d6275b13173527b53f60de77ea10e4e diff --git a/files/bootstrap-bsd.mk b/files/bootstrap-bsd.mk index 5942178..fdf7056 100644 --- a/files/bootstrap-bsd.mk +++ b/files/bootstrap-bsd.mk @@ -28,5 +28,5 @@ INTEGER_LIBRARY = integer-simple # CONF_CC_OPTS_STAGE1="-fdata..." and # CONF_GCC_LINKER_OPTS_STAGE1="-Wl,--gc-sections" to CONFIGURE_ENV as # well. I guess that's a matter of time :( -ghc_stage2_v_ALL_CC_OPTS += -fdata-sections -ffunction-sections -ghc_stage2_v_EXTRA_CC_OPTS += -Wl,--gc-sections +EXTRA_CC_OPTS += -fdata-sections -ffunction-sections +EXTRA_CC_OPTS += -Wl,--gc-sections