diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-22 18:42:38 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-22 18:42:38 +0100 |
commit | 33514c22d560184cd1f32f4e60197b477be91dc2 (patch) | |
tree | 029c6217e3454026d0a919f28970e77be75d5d48 /settings.in | |
parent | b1f453e16f0ce11a2ab18cc4c350bdcbd36299a6 (diff) | |
download | haskell-33514c22d560184cd1f32f4e60197b477be91dc2.tar.gz |
Move gcc's and perl's location to the settings file
They were hardcoded in Config.hs
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings.in b/settings.in index d1a80776ed..0c1c87ac98 100644 --- a/settings.in +++ b/settings.in @@ -1,2 +1,4 @@ -[("GCC extra via C opts", "@GccExtraViaCOpts@")] +[("GCC extra via C opts", "@GccExtraViaCOpts@"), + ("GCC command", "@WhatGccIsCalled@"), + ("perl command", "@WhatGccIsCalled@")] |