Rename libstand.a to libsa.a and libstand32.a to libsa32.a
Sponsored by: Netflix
This commit is contained in:
parent
147f17902f
commit
1a15e54541
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= efi
|
||||
SUBDIR+= libstand32
|
||||
SUBDIR+= libsa32
|
||||
SUBDIR+= zfs
|
||||
SUBDIR+= userboot
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR+= efi
|
||||
SUBDIR+= libstand32
|
||||
SUBDIR+= libsa32
|
||||
SUBDIR+= zfs
|
||||
|
||||
.if !defined(LOADER_NO_GELI_SUPPORT)
|
||||
|
@ -5,11 +5,11 @@
|
||||
.if !defined(__BOOT_MAKEFILE_INC__)
|
||||
__BOOT_MAKEFILE_INC__=${MFILE}
|
||||
|
||||
SASRC=${SRCTOP}/lib/libstand
|
||||
# Normal standalone library
|
||||
LIBSA=${OBJTOP}/sys/boot/libsa/libstand.a
|
||||
SASRC=${SRCTOP}/sys/boot/libsa
|
||||
# Normal Standalone library
|
||||
LIBSA=${OBJTOP}/sys/boot/libsa/libsa.a
|
||||
# Standalone library compiled for 32-bit version of the processor
|
||||
LIBSA32=${OBJTOP}/sys/boot/libstand32/libstand.a
|
||||
LIBSA32=${OBJTOP}/sys/boot/libsa32/libsa32.a
|
||||
|
||||
CFLAGS+=-I${SASRC}
|
||||
|
||||
|
@ -4,6 +4,6 @@
|
||||
SUBDIR+= fdt
|
||||
.endif
|
||||
|
||||
SUBDIR+= libstand32
|
||||
SUBDIR+= libsa32
|
||||
SUBDIR+= ofw
|
||||
SUBDIR+= uboot
|
||||
|
@ -17,7 +17,7 @@ INTERNALLIB=
|
||||
LIBSTAND_CPUARCH?=${MACHINE_CPUARCH}
|
||||
LIBC_SRC= ${SRCTOP}/lib/libc
|
||||
|
||||
LIB?= stand
|
||||
LIB?= sa
|
||||
NO_PIC=
|
||||
WARNS?= 0
|
||||
|
||||
|
@ -4,20 +4,18 @@
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
LIB=sa32
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
LIBSTAND_CPUARCH=i386
|
||||
.else
|
||||
LIBSTAND_CPUARCH=${MACHINE_CPUARCH}
|
||||
.endif
|
||||
INTERNALLIB=
|
||||
INCS=
|
||||
MAN=
|
||||
.PATH: ${SASRC}
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
|
||||
CFLAGS+= -m32 -I.
|
||||
.endif
|
||||
|
||||
.PATH: ${SASRC}
|
||||
.include "${SASRC}/Makefile"
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
Loading…
x
Reference in New Issue
Block a user