diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-11-02 15:23:38 +0000 |
---|---|---|
committer | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-11-02 15:23:38 +0000 |
commit | 7c01efe08819da2dbbe804539e8e8fd391a3a969 (patch) | |
tree | 6d437c20ea416ae7d0e023f2d92a3293237e1eee /config/mh-interix | |
parent | a4cff05a7f520448da103a32bb03e6f344aeacd3 (diff) | |
download | cygnal-7c01efe08819da2dbbe804539e8e8fd391a3a969.tar.gz cygnal-7c01efe08819da2dbbe804539e8e8fd391a3a969.tar.bz2 cygnal-7c01efe08819da2dbbe804539e8e8fd391a3a969.zip |
toplevel:
* Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
* Makefile.in: Regenerate.
config:
* mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove.
Diffstat (limited to 'config/mh-interix')
-rw-r--r-- | config/mh-interix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/mh-interix b/config/mh-interix index 67dff5c44..3be195b51 100644 --- a/config/mh-interix +++ b/config/mh-interix @@ -1,7 +1,2 @@ # The shell may not be in /bin. SHELL = sh - -# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be -# built without debugging information - -LIBGCC2_DEBUG_CFLAGS= |