aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/Makefile.in
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1998-02-24 05:07:11 +0000
committerMark Alexander <marka@cygnus>1998-02-24 05:07:11 +0000
commita9faef120ed530b3f327c91b22667e0768e43558 (patch)
treecaa9bfea9e1c428ee6c44f8e6214332982dbea77 /sim/mn10300/Makefile.in
parent845a5917855ebe14a25bc4676d66e5024ab25e06 (diff)
downloadfsf-binutils-gdb-a9faef120ed530b3f327c91b22667e0768e43558.zip
fsf-binutils-gdb-a9faef120ed530b3f327c91b22667e0768e43558.tar.gz
fsf-binutils-gdb-a9faef120ed530b3f327c91b22667e0768e43558.tar.bz2
* Makefile.in: Last change was bad. Define NL_TARGET
so that targ-vals.h will be used instead of syscall.h. * simops.c: Use targ-vals.h instead of syscall.h. (OP_F020): Disable unsupported system calls.
Diffstat (limited to 'sim/mn10300/Makefile.in')
-rw-r--r--sim/mn10300/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in
index 50d96e0..34c12bf 100644
--- a/sim/mn10300/Makefile.in
+++ b/sim/mn10300/Makefile.in
@@ -19,9 +19,11 @@
## COMMON_PRE_CONFIG_FRAG
SIM_OBJS = interp.o table.o simops.o sim-load.o
-SIM_EXTRA_CFLAGS = -I$(srcdir)/../../libgloss/mn10300/sys
SIM_EXTRA_CLEAN = clean-extra
+# This selects the m32r newlib/libgloss syscall definitions.
+NL_TARGET = -DNL_TARGET_mn10300
+
INCLUDE = mn10300_sim.h $(srcdir)/../../include/callback.h
## COMMON_POST_CONFIG_FRAG