CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/08/06 13:11:53
Modified files:
. : Makefile.cross
gnu/lib : Makefile
gnu/lib/libobjc: Makefile.bsd-wrapper
gnu/usr.bin : Makefile
gnu/usr.bin/perl: Makefile.bsd-wrapper
include : Makefile
lib/librthread : Makefile
regress/gnu/egcs/gcc: Makefile
regress/gnu/egcs/gcc-bounds: Makefile
regress/lib/csu/init_priority: Makefile
regress/lib/libc/cxa-atexit: Makefile
regress/libexec/ld.so/df_1_noopen: Makefile
regress/libexec/ld.so/hidden: Makefile
usr.bin/cpp : Makefile
usr.bin/mandoc : Makefile
Log message:
Remove support for COMPILER_VERSION == gcc2.
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.