Commit ef057c45 by Douglas B Rupp Committed by Richard Kenner

config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*

	* config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*
	(exeext, target_alias, prefix, local_prefix): Define.
	* config/alpha/x-vms (USE_COLLECT2): Make empty.
	* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style
	file specifications. Remove ".".
	(GCC_INCLUDE_DIR): Remove redefinition (redundant).
	* fixinc/mkfixinc.sh (alpha*-dec-vms*):  Change to alpha*-dec-*vms*

From-SVN: r47840
parent 6e12e72c
Mon Dec 10 06:09:57 2001 Douglas B. Rupp <rupp@gnat.com>
* config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*
(exeext, target_alias, prefix, local_prefix): Define.
* config/alpha/x-vms (USE_COLLECT2): Make empty.
* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style
file specifications. Remove ".".
(GCC_INCLUDE_DIR): Remove redefinition (redundant).
* fixinc/mkfixinc.sh (alpha*-dec-vms*): Change to alpha*-dec-*vms*
2001-12-09 Nathan Sidwell <nathan@codesourcery.com> 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering. * Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
......
...@@ -519,12 +519,22 @@ alpha*-*-vxworks*) ...@@ -519,12 +519,22 @@ alpha*-*-vxworks*)
use_collect2=yes use_collect2=yes
thread_file='vxworks' thread_file='vxworks'
;; ;;
alpha*-dec-vms*) alpha*-dec-*vms*)
xm_defines=POSIX xm_defines=POSIX
tm_file=alpha/vms.h tm_file=alpha/vms.h
xm_file=alpha/xm-vms.h xm_file=alpha/xm-vms.h
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee" tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
xmake_file=alpha/x-vms xmake_file=alpha/x-vms
exeext=.exe
# This removes the cpu type and manufacturer components and
# replaces "." with "_" in the operating system version.
case $host in *-*-*vms*)
target_alias=`echo $host \
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;;
esac
prefix=/gnu
local_prefix=/gnu
;; ;;
arc-*-elf*) arc-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}" tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
......
...@@ -9,6 +9,7 @@ decc.exe : vms-cc.o ...@@ -9,6 +9,7 @@ decc.exe : vms-cc.o
$(CC) -o $@ vms-cc.o ../libiberty/libiberty.a $(CC) -o $@ vms-cc.o ../libiberty/libiberty.a
EXTRA_PROGRAMS=ld.exe decc.exe EXTRA_PROGRAMS=ld.exe decc.exe
USE_COLLECT2=
# These extra parts can only be compiled on a VMS host and are only needed # These extra parts can only be compiled on a VMS host and are only needed
# on a VMS target. # on a VMS target.
......
...@@ -27,13 +27,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,13 +27,11 @@ Boston, MA 02111-1307, USA. */
#define VMS #define VMS
#endif #endif
#define GCC_INCLUDE_DIR ""
/* Specify the list of include file directories. */ /* Specify the list of include file directories. */
#define INCLUDE_DEFAULTS \ #define INCLUDE_DEFAULTS \
{ \ { \
{ "GNU_GXX_INCLUDE:", "G++", 1, 1 }, \ { "/gnu_gxx_include", "G++", 1, 1 }, \
{ "GNU_CC_INCLUDE:", "GCC", 0, 0 }, \ { "/gnu_cc_include", "GCC", 0, 0 }, \
{ ".", 0, 0, 1 }, \
{ 0, 0, 0, 0 } \ { 0, 0, 0, 0 } \
} }
......
...@@ -57,7 +57,7 @@ case $machine in ...@@ -57,7 +57,7 @@ case $machine in
fixincludes=fixinc.ptx fixincludes=fixinc.ptx
;; ;;
alpha*-dec-vms* | \ alpha*-dec-*vms* | \
arm-semi-aout | armel-semi-aout | \ arm-semi-aout | armel-semi-aout | \
arm-semi-aof | armel-semi-aof | \ arm-semi-aof | armel-semi-aof | \
c*-convex-* | \ c*-convex-* | \
......
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