summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-03 04:31:19 +0000
committerobrien <obrien@FreeBSD.org>2002-12-03 04:31:19 +0000
commita6fad761ac1fcb9275248c1a0526ac5778d443f4 (patch)
tree32dfd3f54f157dfc203d2185defa15f3656726dd /contrib
parentd6f1c9c9c0d443e2533adb37ca73cd4e73660106 (diff)
downloadFreeBSD-src-a6fad761ac1fcb9275248c1a0526ac5778d443f4.zip
FreeBSD-src-a6fad761ac1fcb9275248c1a0526ac5778d443f4.tar.gz
Add spaces around FBSD_ENDFILE_SPEC as it is used in string concatenation.
Approved by: re(bmah)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/config/freebsd-spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/freebsd-spec.h b/contrib/gcc/config/freebsd-spec.h
index 0f59a23..6189298 100644
--- a/contrib/gcc/config/freebsd-spec.h
+++ b/contrib/gcc/config/freebsd-spec.h
@@ -122,7 +122,7 @@ Boston, MA 02111-1307, USA. */
`crtn.o'. */
#define FBSD_ENDFILE_SPEC \
- "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
+ " %{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s "
/* Provide a LIB_SPEC appropriate for FreeBSD as configured and as
required by the user-land thread model. Before __FreeBSD_version
OpenPOWER on IntegriCloud