cvs commit: src/usr.bin/objformat
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue Oct 26 12:07:01 PDT 2004
joerg 2004/10/26 12:06:02 PDT
DragonFly src repository
Modified files:
usr.bin/objformat objformat.c
Log:
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.
Revision Changes Path
1.15 +8 -9 src/usr.bin/objformat/objformat.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/objformat/objformat.c.diff?r1=1.14&r2=1.15&f=u
More information about the Commits
mailing list