1992-01-18 01:45:54 -05:00
|
|
|
# libgcc1.c is not needed, since the standard library has these functions.
|
1993-09-09 16:05:26 -04:00
|
|
|
LIBGCC1=libgcc1.null
|
|
|
|
CROSS_LIBGCC1=libgcc1.null
|
1992-10-23 03:28:42 -04:00
|
|
|
|
|
|
|
# Specify other dirs of system header files to be fixed.
|
1992-11-25 16:31:06 -05:00
|
|
|
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
|
1994-12-22 12:16:22 -05:00
|
|
|
|
|
|
|
# <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 ]
|