diff options
author | Douglas B Rupp <rupp@gnat.com> | 2002-01-13 07:34:36 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2002-01-13 07:34:36 -0500 |
commit | d2a3725675057f78fb2d33a595dae6b0b0d0666d (patch) | |
tree | fbf561d48858b228adb474ebe42f8d21b8614074 /gcc/config/alpha | |
parent | f0df8029725de327adb209d5f9cc4948f5456ab1 (diff) | |
download | gcc-d2a3725675057f78fb2d33a595dae6b0b0d0666d.zip gcc-d2a3725675057f78fb2d33a595dae6b0b0d0666d.tar.gz gcc-d2a3725675057f78fb2d33a595dae6b0b0d0666d.tar.bz2 |
* config/alpha/x-vms (USE_COLLECT2): Set to empty.
From-SVN: r48817
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/x-vms | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/alpha/x-vms b/gcc/config/alpha/x-vms index 5277129..b8fd74a 100644 --- a/gcc/config/alpha/x-vms +++ b/gcc/config/alpha/x-vms @@ -17,3 +17,6 @@ decc.exe : vms-cc.o # These extra parts can only be compiled on a VMS host and are only needed # on a VMS target. The rules are in t-vms. VMS_EXTRA_PARTS=vcrt0.o pcrt0.o + +# Doesn't work on VMS +USE_COLLECT2= |