+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>
* Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
use_collect2=yes
thread_file='vxworks'
;;
-alpha*-dec-vms*)
+alpha*-dec-*vms*)
xm_defines=POSIX
tm_file=alpha/vms.h
xm_file=alpha/xm-vms.h
tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
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*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
$(CC) -o $@ vms-cc.o ../libiberty/libiberty.a
EXTRA_PROGRAMS=ld.exe decc.exe
+USE_COLLECT2=
# These extra parts can only be compiled on a VMS host and are only needed
# on a VMS target.
#define VMS
#endif
-#define GCC_INCLUDE_DIR ""
/* Specify the list of include file directories. */
#define INCLUDE_DEFAULTS \
{ \
- { "GNU_GXX_INCLUDE:", "G++", 1, 1 }, \
- { "GNU_CC_INCLUDE:", "GCC", 0, 0 }, \
- { ".", 0, 0, 1 }, \
+ { "/gnu_gxx_include", "G++", 1, 1 }, \
+ { "/gnu_cc_include", "GCC", 0, 0 }, \
{ 0, 0, 0, 0 } \
}
fixincludes=fixinc.ptx
;;
- alpha*-dec-vms* | \
+ alpha*-dec-*vms* | \
arm-semi-aout | armel-semi-aout | \
arm-semi-aof | armel-semi-aof | \
c*-convex-* | \