(LIBGCC1, CROSS_LIBGCC1): Make not, not "libgcc1.null".

(OTHER_FIXINCLUDES_DIRS, LIMITS_H_TEST): Delete from here.

From-SVN: r9751
This commit is contained in:
Richard Kenner 1995-05-20 06:11:28 -04:00
parent 183099ba32
commit 1b69b5c587
1 changed files with 2 additions and 7 deletions

View File

@ -1,9 +1,4 @@
# libgcc1.c is not needed, since the standard library has these functions.
LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null
LIBGCC1=
CROSS_LIBGCC1=
# 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 ]