[commit: ghc] master: Rename "extra-gcc-opts" to "settings", and start generalising it (f3a77b2)

Ian Lynagh igloo at earth.li
Fri Apr 22 02:35:10 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f3a77b2f46ebc27716f45ae426a3b33b853d52f5

>---------------------------------------------------------------

commit f3a77b2f46ebc27716f45ae426a3b33b853d52f5
Author: Ian Lynagh <igloo at earth.li>
Date:   Thu Apr 21 19:36:52 2011 +0100

    Rename "extra-gcc-opts" to "settings", and start generalising it

 compiler/main/DriverPipeline.hs |    2 +-
 compiler/main/DynFlags.hs       |   75 +++++++++++++++++++++-----------------
 compiler/main/SysTools.lhs      |   21 ++++++++---
 compiler/utils/Util.lhs         |   14 +++++++
 configure.ac                    |    2 +-
 distrib/Makefile                |    2 +-
 distrib/configure.ac.in         |    2 +-
 extra-gcc-opts.in               |    1 -
 ghc.mk                          |   12 +++---
 ghc/Main.hs                     |   39 +++++++++++++-------
 ghc/ghc-bin.cabal.in            |    2 +-
 ghc/ghc.mk                      |   10 +++---
 settings.in                     |    2 +
 13 files changed, 114 insertions(+), 70 deletions(-)


Diff suppressed because of size. To see it, use:

    git show f3a77b2f46ebc27716f45ae426a3b33b853d52f5



More information about the Cvs-ghc mailing list