* Makefile.in (libcommon.a): Delete.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 4 Feb 1997 21:32:42 +0000 (21:32 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 4 Feb 1997 21:32:42 +0000 (21:32 +0000)
(callback.o,targ-map.o): Delete, moved to Make-common.in.
(gentmap,targ-vals.h,targ-map.c): Likewise.
(run-autoconf): Delete.
* aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
(common makefile fragment): Moved back into ...
* Make-common.in: Resurrect.
* configure.in (AC_LINK_FILES): Delete, unnecessary now.
* configure: Regenerated.

sim/common/ChangeLog
sim/common/configure.in

index 957a40e87563823e01cdebc4ef687144a1bfe793..90551b0e4ac32306a2174e3d6c1b4a3e23cb7962 100644 (file)
@@ -1,3 +1,15 @@
+Tue Feb  4 13:24:44 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.in (libcommon.a): Delete.
+       (callback.o,targ-map.o): Delete, moved to Make-common.in.
+       (gentmap,targ-vals.h,targ-map.c): Likewise.
+       (run-autoconf): Delete.
+       * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
+       (common makefile fragment): Moved back into ...
+       * Make-common.in: Resurrect.
+       * configure.in (AC_LINK_FILES): Delete, unnecessary now.
+       * configure: Regenerated.
+
 Fri Jan 31 07:16:49 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
index 8f74e77720aaf95689112ebb2606d6f5509bc5e3..833c919ed59923cec639be737e3355be45a6b8a7 100644 (file)
@@ -33,16 +33,6 @@ else
 fi
 AC_SUBST(TARGET_SUBDIR)
 
-case "${target}" in
-*-*-*) TARG_VALS_DEF=nltvals.def ;;
-esac
-
-# Discard what SIM_AC_COMMON sets for these.
-sim_link_files="${TARG_VALS_DEF}"
-sim_link_links="targ-vals.def"
-
-AC_LINK_FILES($sim_link_files, $sim_link_links)
-
 # These aren't all needed yet, but will be eventually.
 AC_CHECK_HEADERS(stdlib.h string.h strings.h time.h sys/times.h)