diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2011-11-02 15:23:38 +0000 |
---|---|---|
committer | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2011-11-02 15:23:38 +0000 |
commit | 98dd765af1245b4920b1ec68bd39c6f0a445bc23 (patch) | |
tree | 3b9fbe10f2fa1b06b985835a4e376b65de696056 /config/mh-interix | |
parent | e7ebb214834628b2b0d9d3233febc9fef2912515 (diff) | |
download | gdb-98dd765af1245b4920b1ec68bd39c6f0a445bc23.zip gdb-98dd765af1245b4920b1ec68bd39c6f0a445bc23.tar.gz gdb-98dd765af1245b4920b1ec68bd39c6f0a445bc23.tar.bz2 |
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 67dff5c..3be195b 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= |