import of gcc-2.8
[official-gcc.git] / gcc / config / m68k / x-next
blobac101bb9ff971136822110c0b027e12c6881690d
1 # Make assignments for compiling on NeXT with their compiler version.
2 CC=cc -traditional-cpp
3 OLDCC=CC -traditional-cpp
5 # Specify other dirs of system header files to be fixed.
6 OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
8 # <limits.h> is sometimes in /usr/include/ansi/limits.h.
9 LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]