aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/x-next
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/x-next')
-rw-r--r--gcc/config/m68k/x-next9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/m68k/x-next b/gcc/config/m68k/x-next
deleted file mode 100644
index ac101bb9ff9..00000000000
--- a/gcc/config/m68k/x-next
+++ /dev/null
@@ -1,9 +0,0 @@
-# Make assignments for compiling on NeXT with their compiler version.
-CC=cc -traditional-cpp
-OLDCC=CC -traditional-cpp
-
-# Specify other dirs of system header files to be fixed.
-OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
-
-# <limits.h> is sometimes in /usr/include/ansi/limits.h.
-LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]