* config.sub: Recognize -openvms.
* configure.in (alpha*-*-*vms*): Set noconfigdirs.
* make-all.com, setup.com: New files.
pagas patch perl prms
rcs readline sed send-pr shellutils sim textutils
texinfo tgas utils uudecode wdiff xiberty
- configure.bat makeall.bat winsup
+ configure.bat makeall.bat setup.com make-all.com winsup
mpw-README mpw-configure mpw-config.in mpw-build.in"
lose_these_too="${lose_these_too} testsuite"
+Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
+
+ * config.sub: Recognize -openvms.
+ * configure.in (alpha*-*-*vms*): Set noconfigdirs.
+ * make-all.com, setup.com: New files.
+
Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
* configure: enable_gdbtk=no for cygwin32-hosted toolchains
+ * configure.in: remove make from disable-if-Can-Cross list
+ enable gdb if ${host} and ${target} are cygwin32
Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
# gas doesn't generate exception information.
noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib target-libgloss"
;;
+ alpha*-*-*vms*)
+ noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"
+ ;;
alpha*-*-*)
# newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
--- /dev/null
+$! This file is used to build the binutils on openVMS/AXP.
+$! You must have GNU make for VMS.
+$! Run this script to build nm, size, objdump, and as.
+$ @setup
+$ set def [.bfd]
+$ gmake
+$ set def [-.opcodes]
+$ gmake
+$ set def [-.libiberty]
+$ gmake
+$ set def [-.binutils]
+$ gmake
+$ set def [-.gas]
+$ @config-gas-axp
+$ gmake
+$ set def [-]
--- /dev/null
+$! setup files for openVMS/AXP
+$!
+$ copy [.bfd.hosts]alphavms.h [.bfd]sysdep.h
+$ copy [.bfd.hosts]alphavms.h [.opcodes]sysdep.h
+$ copy [.bfd]bfd.h-vms [.bfd]bfd.h
+$ copy [.libiberty]alloca-norm.h [.libiberty]alloca-conf.h
+$ copy [.binutils]config.h-vms [.binutils]config.h
+$ define aout [-.INCLUDE.AOUT]
+$ define coff [-.INCLUDE.COFF]
+$ define elf [-.INCLUDE.ELF]
+$ define mpw [-.INCLUDE.MPW]
+$ define nlm [-.INCLUDE.NLM]
+$ define opcode [-.INCLUDE.OPCODE]