From 1d02ddb34cc8d66fe5c531f65b65817c9d4fb6a7 Mon Sep 17 00:00:00 2001 From: drahn Date: Mon, 3 May 2010 18:34:01 +0000 Subject: Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp). ok kettenis@ --- usr.bin/cpp/cpp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cpp/cpp.sh') diff --git a/usr.bin/cpp/cpp.sh b/usr.bin/cpp/cpp.sh index baf0989f021..ca5ffea78db 100644 --- a/usr.bin/cpp/cpp.sh +++ b/usr.bin/cpp/cpp.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: cpp.sh,v 1.7 2004/02/10 02:02:22 espie Exp $ +# $OpenBSD: cpp.sh,v 1.8 2010/05/03 18:34:01 drahn Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ # PATH=/usr/bin:/bin TRAD=-traditional -DGNUC="-D__GNUC__" +DGNUC="@GNUC@" STDINC="-I/usr/include" DOLLAR="@dollaropt@" OPTS="" -- cgit v1.2.3-59-g8ed1b