diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mh-interix | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index cd8a7ef..ea203bc 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove. + 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * picflag.m4: New file. 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= |