Restructure configuration scheme for bfd, binutils, ld.

* config/:  Rename some config files to match up h-*.h names.
Remove all the HOST_SYS definitions from the config files.
This commit is contained in:
John Gilmore
1991-10-11 11:35:07 +00:00
parent 8a60817c38
commit 683819e163
7 changed files with 3 additions and 7 deletions

View File

@ -2,6 +2,6 @@
# environment. If you don't have gcc, I was able to get 'hc -Hnocpp -ma'
# to compile most of the modules, but didn't try running anything.
YACC = yacc -d
HDEFINES = -DHOST_SYS=RTBSD_SYS -DNO_VARARGS
HDEFINES = -DNO_VARARGS
LDFLAGS =
CC=gcc # hc/pcc just can't cut it