NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using

INTERNALLIB now.
This commit is contained in:
obrien 2002-05-11 18:02:33 +00:00
parent 372b2111f6
commit 4da1be0803
10 changed files with 0 additions and 27 deletions

View File

@ -1,8 +1,6 @@
# $FreeBSD$ # $FreeBSD$
LIB= alpha LIB= alpha
NOPIC= true
NOPROFILE= true
INTERNALLIB= true INTERNALLIB= true
CFLAGS+= -ffreestanding CFLAGS+= -ffreestanding

View File

@ -1,8 +1,6 @@
# $FreeBSD$ # $FreeBSD$
LIB= arc LIB= arc
NOPIC= true
NOPROFILE= true
INTERNALLIB= true INTERNALLIB= true
CFLAGS+= -ffreestanding CFLAGS+= -ffreestanding

View File

@ -3,10 +3,7 @@
.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH} .PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
LIB= efi LIB= efi
NOPIC= true
NOPROFILE= true
INTERNALLIB= true INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c exit.c 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 SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.s

View File

@ -24,8 +24,6 @@ PROG= testmain
.else .else
LIB= ficl LIB= ficl
INTERNALLIB= yes INTERNALLIB= yes
INTERNALSTATICLIB= yes
NOPROFILE= yes
.include <bsd.lib.mk> .include <bsd.lib.mk>
.endif .endif

View File

@ -5,9 +5,6 @@ AFLAGS+= -elf
LDFLAGS+= -elf LDFLAGS+= -elf
CLEANFILES+= crt0.o CLEANFILES+= crt0.o
INTERNALLIB= true INTERNALLIB= true
NOMAN= true
NOPIC= true
NOPROFILE= true
all: crt0.o all: crt0.o

View File

@ -1,10 +1,7 @@
# $FreeBSD$ # $FreeBSD$
# #
LIB= i386 LIB= i386
NOPIC=
NOPROFILE=
INTERNALLIB= true INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= aout_freebsd.c biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \ 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 \ biospci.c bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \

View File

@ -1,10 +1,7 @@
# $FreeBSD$ # $FreeBSD$
LIB= ski LIB= ski
NOPIC= true
NOPROFILE= true
INTERNALLIB= true INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= skiconsole.c time.c copy.c devicename.c module.c exit.c 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 SRCS+= delay.c skifs.c elf_freebsd.c bootinfo.c ssc.c

View File

@ -1,10 +1,7 @@
# $FreeBSD$ # $FreeBSD$
LIB= ofw LIB= ofw
NOPIC= true
NOPROFILE= true
INTERNALLIB= true INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_devsearch.c \ 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 \ ofw_disk.c ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \

View File

@ -5,9 +5,6 @@ AFLAGS+= -elf
LDFLAGS+= -elf LDFLAGS+= -elf
CLEANFILES+= crt0.o CLEANFILES+= crt0.o
INTERNALLIB= true INTERNALLIB= true
NOMAN= true
NOPIC= true
NOPROFILE= true
all: crt0.o all: crt0.o

View File

@ -1,10 +1,7 @@
# $FreeBSD$ # $FreeBSD$
# #
LIB= pc98 LIB= pc98
NOPIC=
NOPROFILE=
INTERNALLIB= true INTERNALLIB= true
INTERNALSTATICLIB= true
.PATH: ${.CURDIR}/../../i386/libi386 .PATH: ${.CURDIR}/../../i386/libi386