diff options
Diffstat (limited to 'config/mh-interix')
-rw-r--r-- | config/mh-interix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/mh-interix b/config/mh-interix new file mode 100644 index 000000000..67dff5c44 --- /dev/null +++ b/config/mh-interix @@ -0,0 +1,7 @@ +# 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= |