summaryrefslogtreecommitdiff
path: root/i386/Makefrag
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-02 17:09:57 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-02 17:09:57 +0000
commit16ca07b00a4144acb018e0543377e357612b8e77 (patch)
treee1b63e574a0296e50dedae8e2e5dfb2857e9fad2 /i386/Makefrag
parent5a62d3a36afc544f61112f216f936c25be4916cd (diff)
Fri May 2 12:43:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile.in (enable_kdb): New variable. (clib-routines): If enable_kdb, then add strstr. * i386/i386/_setjmp.S: New file, from UK22 libmach. * i386/Files: Add i386/i386/_setjmp.S. * i386/Makefrag (objfiles): Add _setjmp.o if enable_kdb.
Diffstat (limited to 'i386/Makefrag')
-rw-r--r--i386/Makefrag5
1 files changed, 5 insertions, 0 deletions
diff --git a/i386/Makefrag b/i386/Makefrag
index 979365f..0171130 100644
--- a/i386/Makefrag
+++ b/i386/Makefrag
@@ -46,6 +46,11 @@ objfiles += fpe.o
# Mig-generated
objfiles += mach_i386_server.o
+# This file is only needed for KDB support.
+ifeq ($(enable_kdb),yes)
+objfiles += _setjmp.o
+endif
+
### Linux device drivers (make this Better, Please)
linux-gen-files = $(addprefix linux_,$(linux-gen-names))