1993-04-09 19:45:02 -04: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
|
1993-04-09 19:45:02 -04:00
|
|
|
|
|
|
|
# Specify other dirs of system header files to be fixed.
|
|
|
|
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 ]
|