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]

Minor updates to VMS config files wrt filenames


Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>

	* config/alpha/vms.h (LIB_SPEC): Define.
	* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.

*** config/alpha/vms.h	2001/12/10 03:07:22	1.47
--- config/alpha/vms.h	2001/12/11 05:37:22
*************** do {									\
*** 453,458 ****
--- 453,461 ----
  #define STARTFILE_SPEC "%{!shared:%{mvms-return-codes:vcrt0.o%s} \
  %{!mvms-return-codes:pcrt0.o%s}}"
  
+ #undef LIB_SPEC
+ #define LIB_SPEC "-lc"
+ 
  /* Define the names of the division and modulus functions.  */
  #define DIVSI3_LIBCALL "OTS$DIV_I"
  #define DIVDI3_LIBCALL "OTS$DIV_L"
*** config/alpha/xm-vms.h	2001/12/10 11:18:34	1.15
--- config/alpha/xm-vms.h	2001/12/11 05:37:22
*************** Boston, MA 02111-1307, USA.  */
*** 30,37 ****
  /* Specify the list of include file directories.  */
  #define INCLUDE_DEFAULTS		\
  {					\
!   { "/gnu_gxx_include", "G++", 1, 1 },	\
!   { "/gnu_cc_include", "GCC", 0, 0 },	\
    { 0, 0, 0, 0 }			\
  }
  
--- 30,37 ----
  /* Specify the list of include file directories.  */
  #define INCLUDE_DEFAULTS		\
  {					\
!   { "/gnu_gxx_include", 0, 1, 1 },	\
!   { "/gnu_cc_include", 0, 0, 0 },	\
    { 0, 0, 0, 0 }			\
  }


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