This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to work around VMS directory length limitation


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.1	Tue Jan 29 21:56:39 2002
--- config/alpha/vms.h	Wed Jan 30 22:46:48 2002
***************
*** 516,518 ****
--- 516,521 ----
    { "/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/"
*** config/alpha/x-vms..1	Tue Jan 29 21:56:40 2002
--- config/alpha/x-vms	Wed Jan 30 19:42:15 2002
***************
*** 1,6 ****
--- 1,8 ----
  # Under VMS, directory names cannot contain dots.
  version:=$(shell echo $(gcc_version) | sed -e 's/\./_/g')
  
+ libsubdir=$(libdir)/gcc-lib
+ 
  # Rules for linker and compiler wrappers.  These are only useful on
  # a VMS host.
  EXTRA_PROGRAMS=ld.exe decc.exe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]