From bc70a91892e1fafd31d905154026d999cf41bd42 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 18 Jun 1996 18:51:14 +0000 Subject: [PATCH] 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. --- .Sanitize | 2 +- ChangeLog | 8 ++++++++ configure.in | 3 +++ make-all.com | 16 ++++++++++++++++ setup.com | 13 +++++++++++++ 5 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 make-all.com create mode 100644 setup.com diff --git a/.Sanitize b/.Sanitize index 1ec083a..eed5a38 100644 --- a/.Sanitize +++ b/.Sanitize @@ -57,7 +57,7 @@ keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf 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" diff --git a/ChangeLog b/ChangeLog index 42fa87f..adb3e33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +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 * 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 diff --git a/configure.in b/configure.in index ffd1c14..4ec6e10 100644 --- a/configure.in +++ b/configure.in @@ -395,6 +395,9 @@ case "${target}" in # 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" diff --git a/make-all.com b/make-all.com new file mode 100644 index 0000000..7a37635 --- /dev/null +++ b/make-all.com @@ -0,0 +1,16 @@ +$! 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 [-] diff --git a/setup.com b/setup.com new file mode 100644 index 0000000..9e3c39d --- /dev/null +++ b/setup.com @@ -0,0 +1,13 @@ +$! 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] -- 2.7.4