From 5989dac3caaa1e76896f8ec70128dba93a5ecccc Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 17 Apr 1997 20:47:20 +0000 Subject: Wed Apr 16 16:55:36 1997 Marcus G. Daniels * configure.in: Replace AC_PROG_CC with AC_PROG_CC_LOCAL. If cross compiling do Lex/Yacc checks with BUILD_CC. Check CC and BUILD_CC for libraries having the needed support, and substitute discovery in installed_clib. * aclocal.m4: New file. These replacement macros are to handle the case where there is a cross compiler but no supporting files. * Makefile.in (installed-clib): Don't hardwire a Hurd libcrt.a. (cross_linkable): Only define cross-migcom variable when it will be possible to build it. (all, install): Use $(cross-migcom). (install): Install cross-migcom only if was to be built. (mkinstalldirs): Add $(bindir), $(includedir)/mach/exec (cross-lexxer.o lexxer.o): lexxer.o needs cpu.h. (./cross-migcom): Prevent dependency generation for cross-* MiG files unless they can actually be built. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f734bce..778ab13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Wed Apr 16 16:55:36 1997 Marcus G. Daniels + + * configure.in: Replace AC_PROG_CC with AC_PROG_CC_LOCAL. + If cross compiling do Lex/Yacc checks with BUILD_CC. + Check CC and BUILD_CC for libraries having the needed support, + and substitute discovery in installed_clib. + + * aclocal.m4: New file. These replacement macros are to handle + the case where there is a cross compiler but no supporting files. + + * Makefile.in (installed-clib): Don't hardwire a Hurd libcrt.a. + (cross_linkable): Only define cross-migcom variable when it will + be possible to build it. + (all, install): Use $(cross-migcom). + (install): Install cross-migcom only if was to be built. + (mkinstalldirs): Add $(bindir), $(includedir)/mach/exec + (cross-lexxer.o lexxer.o): lexxer.o needs cpu.h. + (./cross-migcom): Prevent dependency generation for cross-* MiG files + unless they can actually be built. + Thu Apr 17 15:55:40 1997 Thomas Bushnell, n/BSG * kern/exception.c (exception_no_server): Comment out the suspend -- cgit v1.2.3