This garbage collects the USE_GCC3/TARGET_USE_GCC3/4 variables
within bsd.own.mk and Makefile.cross. I removed the last few
instances of USE_GCC3 within the ports tree a number of releases
ago and TARGET_USE_GCC3/4 was never used for anything.


Index: Makefile.cross
===================================================================
RCS file: /home/cvs/src/Makefile.cross,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile.cross
--- Makefile.cross      12 Nov 2011 18:32:35 -0000      1.50
+++ Makefile.cross      10 Mar 2012 10:49:53 -0000
@@ -93,14 +93,10 @@ OLD_BINUTILS_ARCH=m68k m88k vax
 
 .for _arch in ${TARGET_ARCH}
 .if !empty(GCC2_ARCH:M${_arch})
-USE_GCC3?=no
-TARGET_USE_GCC3=No
 COMPILER_VERSION?=gcc2
 .elif !empty(GCC4_ARCH:M${_arch})
-TARGET_USE_GCC4=Yes
 COMPILER_VERSION?=gcc4
 .else
-TARGET_USE_GCC3=Yes
 COMPILER_VERSION?=gcc3
 .endif
 
Index: share/mk/bsd.own.mk
===================================================================
RCS file: /home/cvs/src/share/mk/bsd.own.mk,v
retrieving revision 1.114
diff -u -p -r1.114 bsd.own.mk
--- share/mk/bsd.own.mk 25 Nov 2011 05:25:25 -0000      1.114
+++ share/mk/bsd.own.mk 10 Mar 2012 10:50:52 -0000
@@ -38,12 +38,10 @@ BINUTILS217_ARCH=avr32 hppa64 ia64
 
 .for _arch in ${MACHINE_ARCH}
 .if !empty(GCC2_ARCH:M${_arch})
-USE_GCC3?=no
 COMPILER_VERSION?=gcc2
 .elif !empty(GCC4_ARCH:M${_arch})
 COMPILER_VERSION?=gcc4
 .else
-USE_GCC3?=yes
 COMPILER_VERSION?=gcc3
 .endif
 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to