diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-08 18:32:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-08 18:32:37 +0000 |
commit | 21852576ffe6365d6cba071699630cbb65621fc2 (patch) | |
tree | 5ede118529b32810c512d86e32d5ee2a30c76296 /sim/sh/ChangeLog | |
parent | c64dfabd074aa77d7814bb532a1ad07592db5ae3 (diff) | |
download | gdb-21852576ffe6365d6cba071699630cbb65621fc2.zip gdb-21852576ffe6365d6cba071699630cbb65621fc2.tar.gz gdb-21852576ffe6365d6cba071699630cbb65621fc2.tar.bz2 |
* configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL.
* configure: Rebuild.
* Makefile.in (INSTALL): Revert to using install.sh.
(INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
(INSTALL_XFORM, INSTALL_XFORM1): Restore.
(CC_FOR_BUILD): Restore.
(gencode): Build using $(CC_FOR_BUILD).
(install): Don't install in $(tooldir).
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 752fd80..24ae4f4 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,14 @@ +Fri Sep 8 14:18:13 1995 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL. + * configure: Rebuild. + * Makefile.in (INSTALL): Revert to using install.sh. + (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL). + (INSTALL_XFORM, INSTALL_XFORM1): Restore. + (CC_FOR_BUILD): Restore. + (gencode): Build using $(CC_FOR_BUILD). + (install): Don't install in $(tooldir). + Thu Sep 7 15:02:31 1995 J.T. Conklin <jtc@rtl.cygnus.com> (Try to) Update to new bfd autoconf scheme. |