Change the way binutils versions are handled. Depending on CCVER,
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 26 Oct 2004 19:06:02 +0000 (19:06 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 26 Oct 2004 19:06:02 +0000 (19:06 +0000)
commita1ea20193d996aafe6222a5aff250435e6e02b21
treebd1fd1577da035e217c9ab11a314c34dd31115ee
parent8c900f1b5c53c462dc7e0542e80a2dd52f10ed29
Change the way binutils versions are handled. Depending on CCVER,
either BINUTILSVER_GCC2 (CCVER == gcc2), BINUTILSVER_GCC34 (CCVER == gcc34)
or BINUTILSVER_DEFAULT (other values of CCVER) are choosen.

The BINUTILSVER_DEFAULT knop is intended for developers, normal users
should have no reason to set it.
usr.bin/objformat/objformat.c