mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Remove (wrong) OBJFORMAT setting.
This commit is contained in:
parent
75a21a3859
commit
0dd47c30aa
1 changed files with 1 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1.1.1 1998/08/20 08:19:55 msmith Exp $
|
||||
# $Id: Makefile,v 1.2 1998/08/20 08:23:12 msmith Exp $
|
||||
#
|
||||
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
|
||||
#
|
||||
|
|
@ -15,11 +15,6 @@ MAN3= libstand.3
|
|||
# Mostly OK, some of the libc imports are a bit noisy
|
||||
CFLAGS+= -Wall
|
||||
|
||||
# i386 apps are loaded by an a.out only loader
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
OBJFORMAT= aout
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
CFLAGS+= -mno-fp-regs
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue