summaryrefslogtreecommitdiff
path: root/gcc/config/i386/t-netware
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/t-netware')
-rw-r--r--gcc/config/i386/t-netware10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/i386/t-netware b/gcc/config/i386/t-netware
new file mode 100644
index 000000000..405c98f6a
--- /dev/null
+++ b/gcc/config/i386/t-netware
@@ -0,0 +1,10 @@
+TARGET_LIBGCC2_CFLAGS = -mpreferred-stack-boundary=2 -fomit-frame-pointer
+
+netware.o: $(srcdir)/config/i386/netware.c $(RTL_H) $(TREE_H) $(CONFIG_H) $(TM_P_H)
+ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
+ $(srcdir)/config/i386/netware.c
+
+# We don't need some of GCC's own include files.
+USER_H = $(srcdir)/ginclude/stdarg.h \
+ $(srcdir)/ginclude/varargs.h \
+ $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)