Initial creation of sourceware repository

This commit is contained in:
Stan Shebs
1999-04-16 01:35:26 +00:00
parent cd946cff9e
commit c906108c21
2470 changed files with 976797 additions and 0 deletions

8
gdb/config/romp/rtbsd.mh Normal file
View File

@@ -0,0 +1,8 @@
# IBM RT/PC running BSD unix.
# This file contributed at NYU, where we are using the RT to remote
# debug an a29k running unix. No attempt, as of 7/16/91, has been made
# to support debugging of RT executables.
XDEPFILES corelow.o core-aout.o infptrace.o inftarg.o fork-child.o
MH_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables
XM_FILE= xm-rtbsd.h
CC=gcc -traditional # hc/pcc just can't cut it.