Remove the remainder of Makefile.sub handling. Make objformat aware of the
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jan 2004 01:39:48 +0000 (01:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Jan 2004 01:39:48 +0000 (01:39 +0000)
commit645f509d772600ec2a7fa958ca9766ff8cc1b280
treefbf1918f10086e28e9a8f86059593b0f071fac99
parentdb410c610b8fa2245e5326ef5c7c7cb40b190241
Remove the remainder of Makefile.sub handling.  Make objformat aware of the
new binutils location for cpp and f77.  Make contrib/gcc aware of the new
binutils locations as specified in /usr/src/gnu/usr.bin/cc/Makefile.inc.
This is hardwired at the moment.

This fixes dependancies on the old /usr/libexec/gcc2 directory.
13 files changed:
contrib/gcc/gcc.c
gnu/usr.bin/cc/Makefile.inc
gnu/usr.bin/cc/c++/Makefile
gnu/usr.bin/cc/cc/Makefile
gnu/usr.bin/cc/cc1/Makefile
gnu/usr.bin/cc/cc1obj/Makefile
gnu/usr.bin/cc/cc1plus/Makefile
gnu/usr.bin/cc/cccp/Makefile
gnu/usr.bin/cc/cpp/Makefile
gnu/usr.bin/cc/f77/Makefile
gnu/usr.bin/cc/f771/Makefile
share/mk/bsd.init.mk
usr.bin/objformat/objformat.c