From owner-cvs-all@FreeBSD.ORG Sat Jun 2 21:30:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A298C16A41F; Sat, 2 Jun 2007 21:30:40 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB1E13C44B; Sat, 2 Jun 2007 21:30:40 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l52LUeYq049596; Sat, 2 Jun 2007 21:30:40 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l52LUeUv049585; Sat, 2 Jun 2007 21:30:40 GMT (envelope-from marcel) Message-Id: <200706022130.l52LUeUv049585@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Jun 2007 21:30:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf Makefile.ia64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 21:30:40 -0000 marcel 2007-06-02 21:30:39 UTC FreeBSD src repository Modified files: sys/conf Makefile.ia64 Log: 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. Revision Changes Path 1.70 +0 -2 src/sys/conf/Makefile.ia64