x-next: Remove /NextDeveloper/Headers from the directories to fixinclude - /usr/include...
* config/m68k/x-next: Remove /NextDeveloper/Headers from the directories to fixinclude - /usr/include is a link to it and hence its contents are fixed by default. From-SVN: r17585
This commit is contained in:
parent
f3e57cf831
commit
ceb6edf249
@ -1,3 +1,9 @@
|
||||
Mon Feb 2 00:09:52 1998 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* config/m68k/x-next: Remove /NextDeveloper/Headers from
|
||||
the directories to fixinclude - /usr/include is a link
|
||||
to it and hence its contents are fixed by default.
|
||||
|
||||
Sun Feb 1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
|
||||
|
||||
* rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION
|
||||
|
@ -3,7 +3,7 @@ CC=cc -traditional-cpp
|
||||
OLDCC=CC -traditional-cpp
|
||||
|
||||
# Specify other dirs of system header files to be fixed.
|
||||
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers /NextDeveloper/Headers
|
||||
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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user