vms.h (LIB_SPEC): Define.
authorDouglas B Rupp <rupp@gnat.com>
Tue, 11 Dec 2001 13:29:26 +0000 (08:29 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 11 Dec 2001 13:29:26 +0000 (08:29 -0500)
* config/alpha/vms.h (LIB_SPEC): Define.
* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.

From-SVN: r47874

gcc/ChangeLog
gcc/config/alpha/vms.h
gcc/config/alpha/xm-vms.h

index b8f9faa14dc3e37d60f456e47caf119416a88caa..f68c3ce66233c1b03ce2e8d2dacd19d5ce7ef4ab 100644 (file)
@@ -1,5 +1,8 @@
 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.
+
        * libgcc2.c (_bb): Remove ctime declaration.
 
        * Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner
index df7140dce9438f43f3103752d45be0ef4366e04b..1e3bb80b8f29cc2a6bfe2445a0399044b63273ab 100644 (file)
@@ -453,6 +453,9 @@ do {                                                                        \
 #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"
index 5723658e9bb49f2a9bee81ec94827d3a8ccae396..980a8eb798be9dd8ca150e1baf11041c53388166 100644 (file)
@@ -30,8 +30,8 @@ Boston, MA 02111-1307, USA.  */
 /* Specify the list of include file directories.  */
 #define INCLUDE_DEFAULTS               \
 {                                      \
-  { "/gnu_gxx_include", "G++", 1, 1 }, \
-  { "/gnu_cc_include", "GCC", 0, 0 },  \
+  { "/gnu_gxx_include", 0, 1, 1 },     \
+  { "/gnu_cc_include", 0, 0, 0 },      \
   { 0, 0, 0, 0 }                       \
 }