summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authorjlam <jlam>2005-01-12 17:39:34 +0000
committerjlam <jlam>2005-01-12 17:39:34 +0000
commit32be5c5a8fd707eeebc5beb25a2da5c4a305aab9 (patch)
tree5f9b4515ad9e32712bee9c1da4ba49355122128b /mk/compiler
parent32d51d6fabe382eb303a3a0ba153ebdcfbe2f104 (diff)
downloadpkgsrc-32be5c5a8fd707eeebc5beb25a2da5c4a305aab9.tar.gz
Whitespace.
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/ccc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/compiler/ccc.mk b/mk/compiler/ccc.mk
index 3f2f02c5996..72aa9179915 100644
--- a/mk/compiler/ccc.mk
+++ b/mk/compiler/ccc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ccc.mk,v 1.9 2005/01/12 17:39:18 jlam Exp $
+# $NetBSD: ccc.mk,v 1.10 2005/01/12 17:39:34 jlam Exp $
.if !defined(COMPILER_CCC_MK)
COMPILER_CCC_MK= defined
@@ -55,8 +55,8 @@ _LINKER_RPATH_FLAG= -rpath
_COMPILER_RPATH_FLAG= ${_COMPILER_LD_FLAG}${_LINKER_RPATH_FLAG},
# Most packages assume ieee floats, make that the default.
-CFLAGS+=-ieee
-CXXFLAGS+=-ieee
+CFLAGS+= -ieee
+CXXFLAGS+= -ieee
# Prepend the path to the compiler to the PATH.
.if !empty(_LANGUAGES.ccc)