mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 18:27:33 +08:00
vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
* config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include. (LONGLONG_STANDALONE): Define. From-SVN: r52323
This commit is contained in:
parent
eb29ddb63f
commit
41823c5eb7
@ -1,3 +1,8 @@
|
||||
2002-04-15 Douglas B Rupp <rupp@gnat.com>
|
||||
|
||||
* config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
|
||||
(LONGLONG_STANDALONE): Define.
|
||||
|
||||
2002-04-15 David S. Miller <davem@redhat.com>
|
||||
|
||||
* config/sparc/sparc.c (sparc_emit_float_lib_cmp):
|
||||
|
@ -517,14 +517,17 @@ do { \
|
||||
#define NAME__MAIN "__gccmain"
|
||||
#define SYMBOL__MAIN __gccmain
|
||||
|
||||
/* Specify the list of include file directories. */
|
||||
#define INCLUDE_DEFAULTS \
|
||||
{ \
|
||||
{ "/gnu_gxx_include", 0, 1, 1 }, \
|
||||
{ "/gnu_cc_include", 0, 0, 0 }, \
|
||||
{ "/gnu/include", 0, 0, 0 }, \
|
||||
{ 0, 0, 0, 0 } \
|
||||
}
|
||||
|
||||
#define MD_EXEC_PREFIX "/gnu/lib/gcc-lib/"
|
||||
#define MD_STARTFILE_PREFIX "/gnu/lib/gcc-lib/"
|
||||
|
||||
/* Specify the list of include file directories. */
|
||||
#define INCLUDE_DEFAULTS \
|
||||
{ \
|
||||
{ "/gnu/lib/gcc-lib/include", 0, 0, 0 }, \
|
||||
{ "/gnu_gxx_include", 0, 1, 1 }, \
|
||||
{ "/gnu_cc_include", 0, 0, 0 }, \
|
||||
{ "/gnu/include", 0, 0, 0 }, \
|
||||
{ 0, 0, 0, 0 } \
|
||||
}
|
||||
|
||||
#define LONGLONG_STANDALONE 1
|
||||
|
Loading…
Reference in New Issue
Block a user