X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fopts.mk;h=cbfe1ee2d9d74a0eca54688224e80058bec81986;hb=c481ebb0eca85885e22e526ea5de43573e725199;hp=33ff9d7e5b59afc0ac30463f23a51783867da79e;hpb=24cc04d1f060d9efe02dd22631cf1848280cfb6d;p=ghc-hetmet.git diff --git a/mk/opts.mk b/mk/opts.mk index 33ff9d7..cbfe1ee 100644 --- a/mk/opts.mk +++ b/mk/opts.mk @@ -5,10 +5,14 @@ # This file defines Make variables for the # option flags for each utility program # -# $Id: opts.mk,v 1.18 2000/12/20 15:00:01 rrt Exp $ +# $Id: opts.mk,v 1.21 2001/04/03 16:50:11 rrt Exp $ # ################################################################################# +# +# N.B. This is *NOT* the place to put extra options of ANY SORT! +# + # Exports: Define P_OPTS for the most important utility programs, P, namely # # AR AS CPP CTAGS C FLEX HC HSTAGS LD LINT @@ -44,28 +48,6 @@ ################################################################################# # -# Global option flags for utilities -# -################################################################################# - -# These flags make flex 8-bit -SRC_FLEX_OPTS += -8 - -SRC_INSTALL_BIN_OPTS += -s - -# lint gets all CPP's flags too -SRC_LINT_OPTS += -axz -DLINT $(SRC_CPP_OPTS) -WAY$(_way)_LINT_OPTS += WAY$(_way)_CPP_OPTS - -# Default fptools options for dllwrap. -SRC_BLD_DLL_OPTS += -mno-cygwin --target=i386-mingw32 - -# Flags for CPP when running GreenCard on .pgc files -GC_CPP_OPTS += -P -E -x c -traditional -D__GLASGOW_HASKELL__ - - -################################################################################# -# # Absolutely standard glue # #################################################################################