From: Mike Frysinger Date: Fri, 14 Oct 2011 22:52:08 +0000 (+0000) Subject: Drop unused ASFLAGS_x86 variable. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0bc13b9006241de2c224cbf51322101ebb6119bf;p=gentoo.git Drop unused ASFLAGS_x86 variable. --- diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog index 923d72263f5e..4ae3ad934d22 100644 --- a/profiles/arch/amd64-fbsd/ChangeLog +++ b/profiles/arch/amd64-fbsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86-fbsd profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.6 2011/03/18 22:09:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.7 2011/10/14 22:52:08 vapier Exp $ + + 14 Oct 2011; Mike Frysinger make.defaults: + Drop unused ASFLAGS_x86 variable. 18 Mar 2011: Mike Frysinger make.defaults: Drop CDEFINE_ variables now that nothing uses them. diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults index 995863bd3a26..0f59561d9011 100644 --- a/profiles/arch/amd64-fbsd/make.defaults +++ b/profiles/arch/amd64-fbsd/make.defaults @@ -1,6 +1,6 @@ -# Copyright 2004-2009 Gentoo Foundation. +# Copyright 1999-2011 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.4 2011/03/18 22:09:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.5 2011/10/14 22:52:08 vapier Exp $ # System-wide defaults for the G/FBSD Portage system ARCH="amd64-fbsd" @@ -17,7 +17,6 @@ ABI="amd64_fbsd" # 32bit specific settings. CFLAGS_x86_fbsd="-m32" LDFLAGS_x86_fbsd="-m elf_i386_fbsd" -ASFLAGS_x86_fbsd="--32" VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \ neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \ diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 08a8c8139ff2..4e47f99cbd38 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.147 2011/10/03 20:28:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.148 2011/10/14 22:52:01 vapier Exp $ + + 14 Oct 2011; Mike Frysinger make.defaults: + Drop unused ASFLAGS_x86 variable. 03 Oct 2011; Samuli Suominen use.mask: Mask USE="dxr3" again wrt #350211. diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 17a06421a049..65daf9de0f88 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.8 2011/03/18 22:09:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.9 2011/10/14 22:52:01 vapier Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -22,7 +22,6 @@ CHOST_amd64="x86_64-pc-linux-gnu" # 32bit specific settings. CFLAGS_x86="-m32" LDFLAGS_x86="-m elf_i386" -ASFLAGS_x86="--32" CHOST_x86="i686-pc-linux-gnu" # 2006/10/24 - Simon Stelling