From: Ian Lance Taylor Date: Sat, 5 Feb 1994 06:01:33 +0000 (+0000) Subject: * configure.in (rs6000-*-*): Build gas. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a54cdb08f0a1865066a73531c9bf3c6f4d7905f;p=binutils-gdb.git * configure.in (rs6000-*-*): Build gas. --- diff --git a/ChangeLog b/ChangeLog index 5a9d87d2374..31467d37f0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * configure.in (rs6000-*-*): Build gas. + +Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * Makefile.in: Avoid bug in losing hpux sed. + Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed diff --git a/configure.in b/configure.in index 93701e8b0ef..4cba2a2d6d4 100644 --- a/configure.in +++ b/configure.in @@ -228,7 +228,7 @@ case "${target}" in rs6000-*-*) # a gcc built textutils will cause the linker to hang on 'join' # The CVS server code doesn't work on the RS/6000 - noconfigdirs="$noconfigdirs ld binutils gas gprof textutils cvs" + noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs" ;; m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof"