mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 22:19:34 +08:00
(INCLUDE_DEFAULTS): Define to something useful when cross-compiling.
From-SVN: r13719
This commit is contained in:
parent
dc500fa115
commit
289d1b21a8
@ -1,6 +1,6 @@
|
||||
/* Operating system specific defines to be used when targeting GCC
|
||||
for NeXTSTEP.
|
||||
Copyright (C) 1989, 90-93, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989, 90-93, 1996, 1997 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU CC.
|
||||
|
||||
@ -48,6 +48,22 @@ Boston, MA 02111-1307, USA. */
|
||||
{ "/usr/include/bsd", 0, 0 }, \
|
||||
{ 0, 0, 0 } \
|
||||
}
|
||||
#else /* CROSS_COMPILE */
|
||||
#undef INCLUDE_DEFAULTS
|
||||
#define INCLUDE_DEFAULTS \
|
||||
{ \
|
||||
{ GPLUSPLUS_INCLUDE_DIR, 1, 1 }, \
|
||||
{ LOCAL_INCLUDE_DIR, 0, 1 }, \
|
||||
{ GCC_INCLUDE_DIR, 0, 0 }, \
|
||||
{ GCC_INCLUDE_DIR "/ansi", 0, 0 }, \
|
||||
{ GCC_INCLUDE_DIR "/bsd", 0, 0 }, \
|
||||
{ TOOL_INCLUDE_DIR, 0, 1 }, \
|
||||
{ TOOL_INCLUDE_DIR "/ansi", 0, 0 }, \
|
||||
{ TOOL_INCLUDE_DIR "/bsd", 0, 0 }, \
|
||||
{ STANDARD_INCLUDE_DIR, 0, 0 }, \
|
||||
{ "/usr/include/bsd", 0, 0 }, \
|
||||
{ 0, 0, 0 } \
|
||||
}
|
||||
#endif /* CROSS_COMPILE */
|
||||
|
||||
#undef EXTRA_FORMAT_FUNCTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user