Commit 1b69b5c5 by Richard Kenner

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

(OTHER_FIXINCLUDES_DIRS, LIMITS_H_TEST): Delete from here.

From-SVN: r9751
parent 183099ba
# 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 ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment