/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | nto.h | 47 #undef MD_EXEC_PREFIX 48 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
H A D | xm-djgpp.h | 34 #undef MD_EXEC_PREFIX 35 #define MD_EXEC_PREFIX "/dev/env/DJDIR/bin/" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | nto.h | 47 #undef MD_EXEC_PREFIX 48 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
H A D | xm-djgpp.h | 34 #undef MD_EXEC_PREFIX 35 #define MD_EXEC_PREFIX "/dev/env/DJDIR/bin/" macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa-hpux10.h | 140 #undef MD_EXEC_PREFIX 141 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
H A D | pa-hpux11.h | 166 #undef MD_EXEC_PREFIX 167 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
H A D | pa64-hpux.h | 110 #undef MD_EXEC_PREFIX 111 #define MD_EXEC_PREFIX "/usr/ccs/bin" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa-hpux10.h | 140 #undef MD_EXEC_PREFIX 141 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
H A D | pa-hpux11.h | 166 #undef MD_EXEC_PREFIX 167 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
H A D | pa64-hpux.h | 110 #undef MD_EXEC_PREFIX 111 #define MD_EXEC_PREFIX "/usr/ccs/bin" macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | hpux.h | 70 #undef MD_EXEC_PREFIX 71 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | hpux.h | 70 #undef MD_EXEC_PREFIX 71 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | sol2.h | 168 #undef MD_EXEC_PREFIX 169 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | sol2.h | 168 #undef MD_EXEC_PREFIX 169 #define MD_EXEC_PREFIX "/usr/ccs/bin/" macro
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | acx.m4 | 333 # Also note we have to check MD_EXEC_PREFIX before checking the user's path 336 # build and host systems will have similar contents of MD_EXEC_PREFIX.
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | acx.m4 | 333 # Also note we have to check MD_EXEC_PREFIX before checking the user's path 336 # build and host systems will have similar contents of MD_EXEC_PREFIX.
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | acx.m4 | 333 # Also note we have to check MD_EXEC_PREFIX before checking the user's path 336 # build and host systems will have similar contents of MD_EXEC_PREFIX.
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | acx.m4 | 333 # Also note we have to check MD_EXEC_PREFIX before checking the user's path 336 # build and host systems will have similar contents of MD_EXEC_PREFIX.
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | acx.m4 | 333 # Also note we have to check MD_EXEC_PREFIX before checking the user's path 336 # build and host systems will have similar contents of MD_EXEC_PREFIX.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 1605 #undef MD_EXEC_PREFIX 1611 #ifndef MD_EXEC_PREFIX 1612 #define MD_EXEC_PREFIX "" macro 1635 static const char *md_exec_prefix = MD_EXEC_PREFIX; 11125 set_static_spec_shared (&md_exec_prefix, MD_EXEC_PREFIX); in finalize()
|
H A D | collect2.cc | 65 #undef MD_EXEC_PREFIX
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 1479 #undef MD_EXEC_PREFIX 1485 #ifndef MD_EXEC_PREFIX 1486 #define MD_EXEC_PREFIX "" macro 1509 static const char *md_exec_prefix = MD_EXEC_PREFIX; 10185 md_exec_prefix = MD_EXEC_PREFIX; in finalize()
|
H A D | collect2.c | 65 #undef MD_EXEC_PREFIX
|
H A D | config.gcc | 5160 echo "#undef MD_EXEC_PREFIX" 5161 echo "#define MD_EXEC_PREFIX \"$at/bin/\""
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 422 @defmac MD_EXEC_PREFIX 424 @code{STANDARD_EXEC_PREFIX}. @code{MD_EXEC_PREFIX} is not searched 426 compiler. If you define @code{MD_EXEC_PREFIX}, then be sure to add it 456 standard prefixes. @code{MD_EXEC_PREFIX} is not searched when the 552 The macro @code{MD_EXEC_PREFIX}, if defined, but only if this is a native 578 The macro @code{MD_EXEC_PREFIX}, if defined, but only if this is a native
|