Makefile (8bd5e2f15cc9756e7d6b7feb43ec47f18a38e2bf) Makefile (bd001d86d679e10d179ef00b9866f0e65b6fa7fd)
1# $FreeBSD$
2
3.include <bsd.init.mk>
4
5BOOT1?= boot1
6PROG= ${BOOT1}.sym
7INTERNALPROG=
8WARNS?= 6

--- 68 unchanged lines hidden (view full) ---

77.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
78CFLAGS+= -fPIC
79LDFLAGS+= -Wl,-znocombreloc
80.endif
81
82LIBEFI= ${BOOTOBJ}/efi/libefi/libefi.a
83
84#
1# $FreeBSD$
2
3.include <bsd.init.mk>
4
5BOOT1?= boot1
6PROG= ${BOOT1}.sym
7INTERNALPROG=
8WARNS?= 6

--- 68 unchanged lines hidden (view full) ---

77.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
78CFLAGS+= -fPIC
79LDFLAGS+= -Wl,-znocombreloc
80.endif
81
82LIBEFI= ${BOOTOBJ}/efi/libefi/libefi.a
83
84#
85# Add libstand for the runtime functions used by the compiler - for example
85# Add libsa for the runtime functions used by the compiler - for example
86# __aeabi_* (arm) or __divdi3 (i386).
87# as well as required string and memory functions for all platforms.
88#
89DPADD+= ${LIBEFI} ${LIBSA}
90LDADD+= ${LIBEFI} ${LIBSA}
91
92DPADD+= ${LDSCRIPT}
93

--- 12 unchanged lines hidden ---
86# __aeabi_* (arm) or __divdi3 (i386).
87# as well as required string and memory functions for all platforms.
88#
89DPADD+= ${LIBEFI} ${LIBSA}
90LDADD+= ${LIBEFI} ${LIBSA}
91
92DPADD+= ${LDSCRIPT}
93

--- 12 unchanged lines hidden ---