diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-27 11:14:56 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-29 03:49:31 -0400 |
commit | 639773984180bf3e1a9855b1bdbde469cab2cf27 (patch) | |
tree | 2dc36117cedcca0c223db91a2d3c76003c10f986 /mk | |
parent | 78b70e63f94f77f56ce2b51786cc394ba2351f9b (diff) | |
download | haskell-639773984180bf3e1a9855b1bdbde469cab2cf27.tar.gz |
Don't substitute GccVersion variable
Not only is it now unused but we generally can't assume that we are
compiling with GCC, so it really shouldn't be used.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index cd85c65189..98155f823e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -521,8 +521,6 @@ SettingsOptCommand = @SettingsOptCommand@ # the flag CC=<blah> instead. The reason is that the configure script # needs to know which gcc you're using in order to perform its tests. -GccVersion = @GccVersion@ - # TargetPlatformFull retains the string passed to configure so we have it in # the necessary format to pass to libffi's configure. TargetPlatformFull = @TargetPlatformFull@ |