Add intl support
authorMichael Meissner <gnu@the-meissners.org>
Wed, 22 Apr 1998 18:19:01 +0000 (18:19 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 22 Apr 1998 18:19:01 +0000 (18:19 +0000)
sim/common/ChangeLog
sim/common/Make-common.in

index 631c5283bd3ce76dec17e40036ff4d37ff58169f..191e2e9693d3209f061dea0e6ac6747d91e6e1ad 100644 (file)
@@ -1,3 +1,10 @@
+Wed Apr 22 14:14:19 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * Make-common.in (CSEARCH): Add -I to intl directories.
+       (INTL_LIB): Point to libintl.a.
+       (LIBDEPS): Add $(INTL_LIB).
+       (EXTRA_LIBS): Ditto.
+
 start-sanitize-sky
 Tue Apr 21 17:29:48 1998  Jim Lemke  <jlemke@cygnus.com>
        * sim-base.h: Add configure option --with-sim-funit.
index eac0c7b40076de0922756b47d31cf47bd5e637e7..813d2d6cd205e3dba8f1f68f1f73b00957bdb50d 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile fragment for common parts of all simulators.
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
 # Contributed by Cygnus Support.
 
 # This program is free software; you can redistribute it and/or modify
@@ -195,7 +195,8 @@ CONFIG_CFLAGS = \
 CSEARCH = -I. -I$(srcdir) -I../common -I$(srccom) \
   -I../../include -I$(srcroot)/include \
   -I../../bfd -I$(srcroot)/bfd \
-  -I../../opcodes -I$(srcroot)/opcodes
+  -I../../opcodes -I$(srcroot)/opcodes \
+  -I../../intl -I$(srcroot)/intl
 ALL_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(CFLAGS)
 BUILD_CFLAGS = -g -O $(CSEARCH)
 
@@ -204,14 +205,17 @@ COMMON_DEP_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH)
 LIBIBERTY_LIB = ../../libiberty/libiberty.a
 BFD_LIB = ../../bfd/libbfd.a
 OPCODES_LIB = ../../opcodes/libopcodes.a
+INTL_LIB = ../../intl/libintl.a
 CONFIG_LIBS = @LIBS@
-LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB) \
+LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(INTL_LIB) $(LIBIBERTY_LIB) \
        $(SIM_EXTRA_LIBDEPS)
-EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB) \
+EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(INTL_LIB) $(LIBIBERTY_LIB) \
        $(CONFIG_LIBS) $(SIM_EXTRA_LIBS)
 
 LIB_OBJS = callback.o syscall.o targ-map.o $(SIM_OBJS)
 
+RUNTESTFLAGS =
+
 all: $(SIM_EXTRA_ALL) libsim.a run .gdbinit
 
 libsim.a: $(LIB_OBJS)
@@ -533,7 +537,7 @@ installdirs:
        $(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
 
 check:
-       cd ../testsuite && $(MAKE) check
+       cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"
 
 info:
 clean-info: