X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2Fconfigure-bin.ac.in;h=ec2ea33f7dbf61c986d5a3342166660405528aef;hb=53aac31ae9480caba54c1ac10ad963443a8b844a;hp=de306a91893b9b393e8e67d238444994649f987c;hpb=8066838aa14adf2371f6e1745424c3b6baa6d164;p=ghc-hetmet.git diff --git a/distrib/configure-bin.ac.in b/distrib/configure-bin.ac.in index de306a9..ec2ea33 100644 --- a/distrib/configure-bin.ac.in +++ b/distrib/configure-bin.ac.in @@ -8,6 +8,9 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [@ProjectVersion@], [ FP_FIND_ROOT +BootingFromHc=NO +AC_SUBST(BootingFromHc) + dnl-------------------------------------------------------------------- dnl * Deal with arguments telling us gmp is somewhere odd dnl-------------------------------------------------------------------- @@ -69,6 +72,11 @@ dnl ** Check gcc version and flags we need to pass it ** # FP_GCC_EXTRA_FLAGS +CONF_CC_OPTS="@CONF_CC_OPTS@" +CONF_LD_OPTS="@CONF_LD_OPTS@" +AC_SUBST(CONF_CC_OPTS) +AC_SUBST(CONF_LD_OPTS) + # AC_CONFIG_FILES(extra-gcc-opts mk/config.mk mk/install.mk) AC_OUTPUT