mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 09:55:24 -04:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -I${LIBC_SRCTOP}/powerpc
|
|
SRCS+= trivial-vdso_tc.c
|
|
|
|
# Long double is 64-bits
|
|
MDSRCS+=machdep_ldisd.c
|
|
SYM_MAPS+=${LIBC_SRCTOP}/powerpc/Symbol.map
|