Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/i386/acinclude.m4')
-rw-r--r--libgloss/i386/acinclude.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/libgloss/i386/acinclude.m4 b/libgloss/i386/acinclude.m4
new file mode 100644
index 000000000..75bca476d
--- /dev/null
+++ b/libgloss/i386/acinclude.m4
@@ -0,0 +1,10 @@
+I386_CPPFLAGS=
+case "${target}" in
+ i[[3456]]86-*-coff)
+ I386_CPPFLAGS="-DCOFF"
+ ;;
+ i[[3456]]86-*-aout)
+ I386_CPPFLAGS="-DAOUT"
+ ;;
+esac
+AC_SUBST(I386_CPPFLAGS)