mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-21 00:15:13 +00:00
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
This commit is contained in:
parent
31884e281b
commit
445289655a
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.3)dnl
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
|
||||
@ -9,6 +9,7 @@ AC_ARG_PROGRAM
|
||||
. ${srcdir}/../../bfd/configure.host
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(HDEFINES)
|
||||
AR=${AR-ar}
|
||||
|
@ -1,3 +1,24 @@
|
||||
Wed Jun 26 12:20:56 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
||||
|
||||
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
|
||||
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
|
||||
(docdir): Removed.
|
||||
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
|
||||
(AC_PROG_INSTALL): Added.
|
||||
* configure: Rebuilt.
|
||||
|
||||
start-sanitize-h8s
|
||||
Tue Jun 18 16:31:10 1996 Jeffrey A. Law <law@rtl.cygnus.com>
|
||||
|
||||
* compile.c (sim_load): Treat the H8/S like the H8/300H for now.
|
||||
* run.c (main): Treat the H8/S like the H8/300H for now.
|
||||
|
||||
end-sanitize-h8s
|
||||
Fri May 24 10:35:25 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* compile.c (SEXTCHAR): Clear upper bits when sign
|
||||
bit is clear.
|
||||
|
||||
Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* compile.c (sim_resume): Correctly handle divu.
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.3)dnl
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
AC_CONFIG_HEADER(config.h:config.in)
|
||||
@ -11,6 +11,7 @@ AC_ARG_PROGRAM
|
||||
. ${srcdir}/../../bfd/configure.host
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(HDEFINES)
|
||||
AR=${AR-ar}
|
||||
|
Loading…
x
Reference in New Issue
Block a user