X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2Fcompat.mk;h=9c41e0a42c9d7744c3ff9a225d99d9f64825429c;hp=48b2bea76ddbb3125e374a746810fe5c5740d4a1;hb=e552cfc427d2734b9a9629f2ab1d22f493e775f6;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 diff --git a/compat/compat.mk b/compat/compat.mk index 48b2bea..9c41e0a 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -6,6 +6,10 @@ # have to deal with variations in the package support of different # versions of GHC. +ifneq "$(UseStage1)" "YES" + +SRC_HC_OPTS += -DUSING_COMPAT + # Use libghccompat.a: SRC_HC_OPTS += -i$(GHC_COMPAT_DIR) SRC_LD_OPTS += -L$(GHC_COMPAT_DIR) -lghccompat @@ -41,4 +45,21 @@ SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=Distribution.ParseUtils \ -optdep--exclude-module=Distribution.Compiler \ -optdep--exclude-module=Distribution.Version \ - -optdep--exclude-module=System.Directory.Internals + -optdep--exclude-module=System.FilePath \ + -optdep--exclude-module=System.FilePath.Posix \ + -optdep--exclude-module=System.FilePath.Windows \ + -optdep--exclude-module=System.Directory.Internals \ + -optdep--exclude-module=Trace.Hpc.Mix \ + -optdep--exclude-module=Trace.Hpc.Tix \ + -optdep--exclude-module=Trace.Hpc.Util + +PACKAGE_CABAL = +PACKAGE_HPC = + +else + +PACKAGE_CABAL = -package Cabal +PACKAGE_HPC = -package hpc + +endif +