From f64d6559ff43386dd60fef0abb5df1f4fb23f888 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 6 Aug 2013 19:11:53 +0000 Subject: Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. --- src/regress/lib/libc/cxa-atexit/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/cxa-atexit/Makefile b/src/regress/lib/libc/cxa-atexit/Makefile index 5061ca04ac..a2821e01d3 100644 --- a/src/regress/lib/libc/cxa-atexit/Makefile +++ b/src/regress/lib/libc/cxa-atexit/Makefile @@ -1,11 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2010/05/10 18:20:31 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2013/08/06 19:11:53 miod Exp $ -.include - - -.if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4" SUBDIR+= libgd1 libgd2 test1 -.endif install: -- cgit v1.2.3-55-g6feb