# specify replacement arguments for arguments that gcc-4.0.0 doesn't like.
# The first line below (gcc=) specifies the executable absolute path.
# Then follow individual lines with a 'source' argument followed by the replacement argument separated by a '='
# prepend \i to obtain case-insensitive matching, \r to be able to specify regular expressions (can be combined).
# If an argument should be replaced by multiple arguments, simply repeat the source pattern followed by as many
# replacements as are required. Each line specifies a single replacement argument (or a deletion if the replacement
# is absent); spaces and all included (so "-lbla=-lfoo -lbar" will attempt to link a lib with the name "-libfoo -lbar".a/so/dylib !)
# Inspired by IBM's gxlc wrapper, but far from being as generic/versatile.
#
gcc=/usr/local/bin/gcc-4.0.0
g++=/usr/local/bin/g++-4.0.1
verbose=0

\i\r -Wp,-header-mapfile.*=
\r -f.*fix-and-continue=
-g-full=-g3
-lstdc++_ZeroLink=-lstdc++_ZeroLink
# -lstdc++_ZeroLink=-lstdc++
