Commit 02f7da12 by Douglas B Rupp Committed by Richard Kenner

vms.h (LIB_SPEC): Define.

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

From-SVN: r47874
parent 0309cd88
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
......
......@@ -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"
......
......@@ -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 } \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment