diff options
author | John Ericson <git@JohnEricson.me> | 2019-03-26 23:48:47 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-08 15:53:40 -0400 |
commit | 93f34bbd3319544d8eb3a5e2593bccb9b12e3459 (patch) | |
tree | 4cd60b1595e767398f3b0fb17585f08918d1119a /includes | |
parent | 4c86187ccd49309c1d6b32d05b164822a803d3e2 (diff) | |
download | haskell-93f34bbd3319544d8eb3a5e2593bccb9b12e3459.tar.gz |
Purge TargetPlatform_NAME and cTargetPlatformString
Diffstat (limited to 'includes')
-rw-r--r-- | includes/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index 4a25aaa8c1..71941c9d50 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -199,6 +199,7 @@ $(includes_SETTINGS) : includes/Makefile | $$(dir $$@)/. @echo ',("libtool command", "$(SettingsLibtoolCommand)")' >> $@ @echo ',("unlit command", "$$topdir/bin/$(utils/unlit_dist_PROG)")' >> $@ @echo ',("cross compiling", "$(CrossCompiling)")' >> $@ + @echo ',("target platform string", "$(TARGETPLATFORM)")' >> $@ @echo ',("target os", "$(HaskellTargetOs)")' >> $@ @echo ',("target arch", "$(HaskellTargetArch)")' >> $@ @echo ',("target word size", "$(TargetWordSize)")' >> $@ |