vms.h (MD_EXEC_PREFIX, [...]): Define.
* config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define. * config/alpha/x-vms (libsubdir): Define. From-SVN: r49733
This commit is contained in:
parent
3deb00ce32
commit
ea5b9a1fd2
3 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2002-02-13 Douglas B Rupp <rupp@gnat.com>
|
2002-02-13 Douglas B Rupp <rupp@gnat.com>
|
||||||
|
|
||||||
|
* config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
|
||||||
|
* config/alpha/x-vms (libsubdir): Define.
|
||||||
|
|
||||||
* config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
|
* config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
|
||||||
register frame procedures. Optimize retrieving context.
|
register frame procedures. Optimize retrieving context.
|
||||||
|
|
||||||
|
|
|
@ -527,3 +527,6 @@ do { \
|
||||||
{ "/gnu/include", 0, 0, 0 }, \
|
{ "/gnu/include", 0, 0, 0 }, \
|
||||||
{ 0, 0, 0, 0 } \
|
{ 0, 0, 0, 0 } \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define MD_EXEC_PREFIX "/gnu/lib/gcc-lib/"
|
||||||
|
#define MD_STARTFILE_PREFIX "/gnu/lib/gcc-lib/"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# Under VMS, directory names cannot contain dots.
|
# Under VMS, directory names cannot contain dots.
|
||||||
version:=$(shell echo $(gcc_version) | sed -e 's/\./_/g')
|
version:=$(shell echo $(gcc_version) | sed -e 's/\./_/g')
|
||||||
|
|
||||||
|
libsubdir=$(libdir)/gcc-lib
|
||||||
|
|
||||||
# Rules for linker and compiler wrappers. These are only useful on
|
# Rules for linker and compiler wrappers. These are only useful on
|
||||||
# a VMS host.
|
# a VMS host.
|
||||||
EXTRA_PROGRAMS=ld.exe decc.exe
|
EXTRA_PROGRAMS=ld.exe decc.exe
|
||||||
|
|
Loading…
Add table
Reference in a new issue