mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add spaces around FBSD_ENDFILE_SPEC as it is used in string concatenation.
Approved by: re(bmah)
This commit is contained in:
parent
4844a5f4fc
commit
7ec589a9b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue