From a6fad761ac1fcb9275248c1a0526ac5778d443f4 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 3 Dec 2002 04:31:19 +0000 Subject: Add spaces around FBSD_ENDFILE_SPEC as it is used in string concatenation. Approved by: re(bmah) --- contrib/gcc/config/freebsd-spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.1