From 9e8419d04303bfddb2b062f70ef70541a7f14a10 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 8 Aug 1996 16:20:25 +0000 Subject: [PATCH] Thu Aug 8 12:18:59 1996 Klaus Kaempf * make-all.com: Run config-a-gas. * setup.com: Don't copy subdirectory files around. --- ChangeLog | 10 ++++++++++ make-all.com | 4 ++-- setup.com | 7 +------ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1e0355..b70f07b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Aug 8 12:18:59 1996 Klaus Kaempf + + * make-all.com: Run config-a-gas. + * setup.com: Don't copy subdirectory files around. + +Tue Jul 30 17:49:31 1996 Brendan Kehoe + + * configure.in (*-*-ose): Remove exclusion of libgloss for this + target, it now compiles correctly. + Sat Jul 27 15:10:43 1996 Stan Shebs * mpw-config.in: Generate Mac include for elf/dwarf2.h. diff --git a/make-all.com b/make-all.com index 7a37635..434e0af 100644 --- a/make-all.com +++ b/make-all.com @@ -1,4 +1,4 @@ -$! This file is used to build the binutils on openVMS/AXP. +$! This file is used to build the binutils on openVMS/Alpha. $! You must have GNU make for VMS. $! Run this script to build nm, size, objdump, and as. $ @setup @@ -11,6 +11,6 @@ $ gmake $ set def [-.binutils] $ gmake $ set def [-.gas] -$ @config-gas-axp +$ @config-a-gas $ gmake $ set def [-] diff --git a/setup.com b/setup.com index 9e3c39d..553afd5 100644 --- a/setup.com +++ b/setup.com @@ -1,10 +1,5 @@ -$! setup files for openVMS/AXP +$! setup files for openVMS/Alpha $! -$ 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] -- 2.7.4