pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Oct  8 20:02:17 UTC 2018

Modified Files:
        pkgsrc/mk/compiler: gcc.mk

Log Message:
Remove trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 pkgsrc/mk/compiler/gcc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.193 pkgsrc/mk/compiler/gcc.mk:1.194
--- pkgsrc/mk/compiler/gcc.mk:1.193     Wed Jul 11 11:11:52 2018
+++ pkgsrc/mk/compiler/gcc.mk   Mon Oct  8 20:02:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.193 2018/07/11 11:11:52 jperkin Exp $
+# $NetBSD: gcc.mk,v 1.194 2018/10/08 20:02:17 rillig Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -732,7 +732,7 @@ _GCC_LDFLAGS+=      -L${_dir_} ${COMPILER_RPA
 _GCC_LDFLAGS+=         ${_RELRO_LDFLAGS}
 CWRAPPERS_APPEND.ld+=  ${_RELRO_LDFLAGS}
 .endif
- 
+
 LDFLAGS+=      ${_GCC_LDFLAGS}
 
 # Point the variables that specify the compiler to the installed



Home | Main Index | Thread Index | Old Index