diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-21 19:36:52 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-21 22:48:10 +0100 |
commit | f3a77b2f46ebc27716f45ae426a3b33b853d52f5 (patch) | |
tree | be7fcec319ab3210f6d0769d9367c3aa987eef93 /settings.in | |
parent | 70f79a6c3c40ca95efc1e2371f663c68c3bb5f08 (diff) | |
download | haskell-f3a77b2f46ebc27716f45ae426a3b33b853d52f5.tar.gz |
Rename "extra-gcc-opts" to "settings", and start generalising it
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.in b/settings.in new file mode 100644 index 0000000000..d1a80776ed --- /dev/null +++ b/settings.in @@ -0,0 +1,2 @@ +[("GCC extra via C opts", "@GccExtraViaCOpts@")] + |