diff options
author | rillig <rillig@pkgsrc.org> | 2018-10-08 20:02:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-10-08 20:02:17 +0000 |
commit | 6ad1f3f8a9e7820308606fbc90766a33a22363a7 (patch) | |
tree | c352fe86ad5d8b55f1a182ca461d03eac5b3691b | |
parent | b70f7043050366862bb4dcc98f10bfaccee43c35 (diff) | |
download | pkgsrc-6ad1f3f8a9e7820308606fbc90766a33a22363a7.tar.gz |
Remove trailing whitespace
-rw-r--r-- | mk/compiler/gcc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index a38f6076f60..a4792d44a17 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -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_RPATH_FLAG}${_dir_} _GCC_LDFLAGS+= ${_RELRO_LDFLAGS} CWRAPPERS_APPEND.ld+= ${_RELRO_LDFLAGS} .endif - + LDFLAGS+= ${_GCC_LDFLAGS} # Point the variables that specify the compiler to the installed |