mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Make a special case for NetBSD/arm32.
This commit is contained in:
@@ -206,6 +206,21 @@ MINORVERSION=MinorVersion
|
|||||||
#SCRIPT=netbsd
|
#SCRIPT=netbsd
|
||||||
##--netbsd--
|
##--netbsd--
|
||||||
|
|
||||||
|
## NetBSD Arm32
|
||||||
|
## The arm32 gcc currently has a bug in the conversion warning code. :'(
|
||||||
|
## Don't consider this to be true when you read this - it's probably
|
||||||
|
## not permanent...
|
||||||
|
##--netbsd-arm32--
|
||||||
|
#CF = cf/netbsd.h
|
||||||
|
#COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-comment \
|
||||||
|
# -Wno-uninitialized -Werror \
|
||||||
|
# -Wimplicit-function-declaration -Wpointer-arith -Wcast-qual \
|
||||||
|
# -Wwrite-strings -Wmissing-prototypes \
|
||||||
|
# -Wmissing-declarations -Wnested-externs \
|
||||||
|
# -pipe $(BINDDEF)
|
||||||
|
#SCRIPT=netbsd
|
||||||
|
##--netbsd-arm32--
|
||||||
|
|
||||||
## Ultrix
|
## Ultrix
|
||||||
##--ultrix--
|
##--ultrix--
|
||||||
#BINDIR = /usr/etc
|
#BINDIR = /usr/etc
|
||||||
|
Reference in New Issue
Block a user