summaryrefslogtreecommitdiff
path: root/lang/gcc3
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /lang/gcc3
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/gcc3')
-rw-r--r--lang/gcc3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index 9b550cac653..5f67ab0dc29 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/05/02 13:36:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/05/06 17:41:38 jmmv Exp $
#
DISTNAME= gcc-3.2.2
@@ -78,14 +78,14 @@ post-install:
LDFLAGS= ${_STRIPFLAG_CC}
# On NetBSD, the gcc-2.95.3 for:
-#
+#
# alpha
#
# have an optimization bug when compiling with -O2 that is tickled by:
-#
+#
# java/parse.o
#
-# note that we don't override CFLAGS and CPPFLAGS because we want the
+# note that we don't override CFLAGS and CPPFLAGS because we want the
# crosscompiled compiler to be build with optimization. This only
# disables optimization for the stage 1 build.
#