From owner-cvs-src@FreeBSD.ORG Sun Aug 31 23:44:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F79106567C; Sun, 31 Aug 2008 23:44:43 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D7A48FC1B; Sun, 31 Aug 2008 23:44:43 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VNihIv030537; Sun, 31 Aug 2008 23:44:43 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7VNihap030536; Sun, 31 Aug 2008 23:44:43 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200808312344.m7VNihap030536@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Sun, 31 Aug 2008 23:38:28 +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/contrib/gcc/config/i386 freebsd64.h src/gnu/usr.bin/cc Makefile.tgt src/gnu/usr.bin/cc/cc_tools Makefile freebsd64-fix.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 23:44:43 -0000 obrien 2008-08-31 23:38:28 UTC FreeBSD src repository Modified files: contrib/gcc/config/i386 freebsd64.h gnu/usr.bin/cc Makefile.tgt gnu/usr.bin/cc/cc_tools Makefile Removed files: gnu/usr.bin/cc/cc_tools freebsd64-fix.h Log: SVN rev 182579 on 2008-08-31 23:38:28Z by obrien Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared parts of the configuration aren't duplicated, and arch-specific exceptions are made "in-place". Also clean up the FreeBSD/amd64 config a little. Revision Changes Path 1.11 +2 -2 src/contrib/gcc/config/i386/freebsd64.h 1.12 +9 -6 src/gnu/usr.bin/cc/Makefile.tgt 1.90 +11 -8 src/gnu/usr.bin/cc/cc_tools/Makefile 1.2 +0 -9 src/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h (dead)