OSDN Git Service

(INCLUDE_DEFAULTS): Use same order as cccp.c.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jun 1993 02:28:02 +0000 (02:28 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jun 1993 02:28:02 +0000 (02:28 +0000)
Add CCC_INCLUDE_DIR with /ansi and /bsd concatenated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4628 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/nextstep.h

index 7b431a9..3fc507a 100644 (file)
@@ -27,8 +27,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define INCLUDE_DEFAULTS                               \
   {                                                    \
     { GPLUSPLUS_INCLUDE_DIR, 1},                       \
-    { GCC_INCLUDE_DIR, 0},                             \
     { LOCAL_INCLUDE_DIR, 0},                           \
+    { TOOL_INCLUDE_DIR, 0 },                           \
+    { GCC_INCLUDE_DIR, 0},                             \
+    /* These are for fixincludes-fixed ansi/bsd headers        \
+       which wouldn't be found otherwise.              \
+       (The use of string catenation here is OK since  \
+       NeXT's native compiler is derived from GCC.) */ \
+    { GCC_INCLUDE_DIR "/ansi", 0 },                    \
+    { GCC_INCLUDE_DIR "/bsd", 0 },                     \
     { "/NextDeveloper/Headers", 0},                    \
     { "/NextDeveloper/Headers/ansi", 0},               \
     { "/NextDeveloper/Headers/bsd", 0},                        \