From 877d46a9bba3967fc8d366583b81a61eb34e6e7f Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 2 Jun 2007 21:30:39 +0000 Subject: Remove definition of the GCC3 variable. It was introduced in rev. 1.50 to help out with the GCC 2 to GCC 3 transition and it became obsolete when C flags compatible with GCC 3.x became the default. With GCC 4 in the tree this variable (i.e. GCC3) is beyond bogus because it causes confusion when looking for the newly introduced WITH_GCC3 option that helps the GCC 3 -> GCC 4 bump. --- sys/conf/Makefile.ia64 | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 2139b17..f736866 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -16,8 +16,6 @@ # after which config should be rerun for all machines. # -GCC3= you bet - # Which version of config(8) is required. %VERSREQ= 600004 -- cgit v1.1