diff options
author | John Gilmore <gnu@cygnus> | 1991-05-13 23:44:37 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-13 23:44:37 +0000 |
commit | 852f8c2121cee55660ab7957cd3314c8676c671a (patch) | |
tree | 205bedaa5fad960d557826ddc5401d23bf0a86ed /gdb/Makefile | |
parent | e072c73824539804e73a2773a2646a853f57f6f0 (diff) | |
download | gdb-852f8c2121cee55660ab7957cd3314c8676c671a.zip gdb-852f8c2121cee55660ab7957cd3314c8676c671a.tar.gz gdb-852f8c2121cee55660ab7957cd3314c8676c671a.tar.bz2 |
Update "make saber_gdb" a bit.
Diffstat (limited to 'gdb/Makefile')
-rwxr-xr-x | gdb/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/Makefile b/gdb/Makefile index 504e1b5..525e945 100755 --- a/gdb/Makefile +++ b/gdb/Makefile @@ -311,7 +311,8 @@ CFLAGS = ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${MALLOC_CFLAGS} ${INCLUDE_CFLAGS} LDFLAGS = $(CFLAGS) # Where is the "-liberty" library, containing getopt and obstack? -LIBIBERTY = ${srcdir}/../libiberty${subdir}/libiberty.a +LIBIBERTY_DIR = ${srcdir}/../libiberty +LIBIBERTY = ${LIBIBERTY_DIR}${subdir}/libiberty.a # Flags that describe where you can find the termcap library. # You may need to make other arrangements for USG. @@ -471,17 +472,18 @@ gdb: $(OBS) $(TSOBS) ${ADD_DEPS} ${RL_LIB_DEP} ${CDEPS} init.o ${RL_LIB} $(CLIBS) saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c - #setopt load_flags $(CFLAGS) -I$(BFD_DIR) + #setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS #load ./init.c $(SFILES) - #unload ${srcdir}/expread.y + #unload ${srcdir}/expread.y ${srcdir}/vx-share/*.h + #unload ${srcdir}/nindy-share/[A-Z]* #load ${srcdir}/expread.tab.c readline/libreadline.a #load copying.c version.c #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'` - #load ${LIBIBERTY}/*.c + #load ${LIBIBERTY_DIR}/*.c #load ${BFD_DIR}/*.c #load -ltermcap ##void mcheck(a) void (*a)(); { } - ##void mtrace(a) void (*a)(); { } + ##void mtrace() { } |