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.
This commit is contained in:
Ian Lance Taylor 1996-06-18 18:51:14 +00:00
parent 142aa7d93a
commit bc70a91892
5 changed files with 41 additions and 1 deletions

View file

@ -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"

View file

@ -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 <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>

View file

@ -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"

16
make-all.com Normal file
View file

@ -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 [-]

13
setup.com Normal file
View file

@ -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]