NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
INTERNALLIB now.
This commit is contained in:
parent
372b2111f6
commit
4da1be0803
@ -1,8 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= alpha
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
INTERNALLIB= true
|
||||
|
||||
CFLAGS+= -ffreestanding
|
||||
|
@ -1,8 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= arc
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
INTERNALLIB= true
|
||||
|
||||
CFLAGS+= -ffreestanding
|
||||
|
@ -3,10 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
|
||||
|
||||
LIB= efi
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB= true
|
||||
|
||||
SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c exit.c
|
||||
SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.s
|
||||
|
@ -24,8 +24,6 @@ PROG= testmain
|
||||
.else
|
||||
LIB= ficl
|
||||
INTERNALLIB= yes
|
||||
INTERNALSTATICLIB= yes
|
||||
NOPROFILE= yes
|
||||
.include <bsd.lib.mk>
|
||||
.endif
|
||||
|
||||
|
@ -5,9 +5,6 @@ AFLAGS+= -elf
|
||||
LDFLAGS+= -elf
|
||||
CLEANFILES+= crt0.o
|
||||
INTERNALLIB= true
|
||||
NOMAN= true
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
|
||||
all: crt0.o
|
||||
|
||||
|
@ -1,10 +1,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
LIB= i386
|
||||
NOPIC=
|
||||
NOPROFILE=
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB= true
|
||||
|
||||
SRCS= aout_freebsd.c biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
|
||||
biospci.c bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
|
||||
|
@ -1,10 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= ski
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB= true
|
||||
|
||||
SRCS= skiconsole.c time.c copy.c devicename.c module.c exit.c
|
||||
SRCS+= delay.c skifs.c elf_freebsd.c bootinfo.c ssc.c
|
||||
|
@ -1,10 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= ofw
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB= true
|
||||
|
||||
SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_devsearch.c \
|
||||
ofw_disk.c ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
|
||||
|
@ -5,9 +5,6 @@ AFLAGS+= -elf
|
||||
LDFLAGS+= -elf
|
||||
CLEANFILES+= crt0.o
|
||||
INTERNALLIB= true
|
||||
NOMAN= true
|
||||
NOPIC= true
|
||||
NOPROFILE= true
|
||||
|
||||
all: crt0.o
|
||||
|
||||
|
@ -1,10 +1,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
LIB= pc98
|
||||
NOPIC=
|
||||
NOPROFILE=
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB= true
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/libi386
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user