diff options
| author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-11 13:29:26 +0000 |
|---|---|---|
| committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-11 13:29:26 +0000 |
| commit | 034e72dd7ee4c3c4919ccbce2a19bcde37747b10 (patch) | |
| tree | 7ef3e2e475a90299b5fb8aa331178243bb876455 | |
| parent | e96dbeca7a2f7b4c66c4670c6f0bc54ab5a5a1cf (diff) | |
| download | ppe42-gcc-034e72dd7ee4c3c4919ccbce2a19bcde37747b10.tar.gz ppe42-gcc-034e72dd7ee4c3c4919ccbce2a19bcde37747b10.zip | |
* config/alpha/vms.h (LIB_SPEC): Define.
* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47874 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/config/alpha/vms.h | 3 | ||||
| -rw-r--r-- | gcc/config/alpha/xm-vms.h | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8f9faa14dc..f68c3ce6623 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index df7140dce94..1e3bb80b8f2 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -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" diff --git a/gcc/config/alpha/xm-vms.h b/gcc/config/alpha/xm-vms.h index 5723658e9bb..980a8eb798b 100644 --- a/gcc/config/alpha/xm-vms.h +++ b/gcc/config/alpha/xm-vms.h @@ -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 } \ } |

