Both cc and cc3 were built using CCVER=$(CCVER) for certain compiler path.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 24 Jan 2004 20:03:28 +0000 (20:03 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 24 Jan 2004 20:03:28 +0000 (20:03 +0000)
commitd998769c1d926ae37ab354b0ff79cd68490cd81a
treed74c95337a38ec58cec3ceaa1e866cc6ddc652ad
parentd61343de214f87671211b4c56cab859c2d56c834
Both cc and cc3 were built using CCVER=$(CCVER) for certain compiler path.
Since this value is set to choose the build compiler, one of the two was
compiled with wrong pathes for its backend. To fix this a new variable
MY_CCVER is added to Makefile.inc which specifies the version of the
compiler being built.
gnu/usr.bin/cc/Makefile.inc
gnu/usr.bin/cc/c++/Makefile
gnu/usr.bin/cc/cc/Makefile
gnu/usr.bin/cc/cpp/Makefile
gnu/usr.bin/cc/f77/Makefile
gnu/usr.bin/cc3/Makefile.inc
gnu/usr.bin/cc3/c++/Makefile
gnu/usr.bin/cc3/cc/Makefile
gnu/usr.bin/cc3/cpp/Makefile
gnu/usr.bin/cc3/f77/Makefile