mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
As of r326897 ld.lld can link a working i386 libc.so, so we no longer need to force use of ld.bfd. Sponsored by: The FreeBSD Foundation
6 lines
122 B
Makefile
6 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
# Long double is 80 bits
|
|
GDTOASRCS+=strtorx.c
|
|
SRCS+=machdep_ldisx.c
|
|
SYM_MAPS+=${LIBC_SRCTOP}/i386/Symbol.map
|