diff options
author | 2013-11-04 02:14:56 +0000 | |
---|---|---|
committer | 2013-11-04 02:14:56 +0000 | |
commit | ab4f7acfc80a7372269e2c55103d11a6c469cd89 (patch) | |
tree | 9008c9d0a30b431fce304aafe2cca312ef4ed239 | |
parent | move the arm pmaps away from pool ctors to just initting memory after its (diff) | |
download | wireguard-openbsd-ab4f7acfc80a7372269e2c55103d11a6c469cd89.tar.xz wireguard-openbsd-ab4f7acfc80a7372269e2c55103d11a6c469cd89.zip |
oops, meant MACHINE_CPU not MACHINE_ARCH (matters for mips64*)
-rw-r--r-- | distrib/special/libstubs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/libstubs/Makefile b/distrib/special/libstubs/Makefile index 974b197f811..bf63313021a 100644 --- a/distrib/special/libstubs/Makefile +++ b/distrib/special/libstubs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2013/11/01 23:05:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2013/11/04 02:14:56 deraadt Exp $ .include <bsd.own.mk> LIB= stubs @@ -32,7 +32,7 @@ NOMAN= 1 CFLAGS+=-D__DBINTERFACE_PRIVATE -DSHA256_ONLY -UYP -I${LIBCSRCDIR}/include \ -DNO_LOG_BAD_DNS_RESPONSES -I${LIBCSRCDIR}/locale \ - -I${LIBCSRCDIR}/gdtoa -I${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gdtoa \ + -I${LIBCSRCDIR}/gdtoa -I${LIBCSRCDIR}/arch/${MACHINE_CPU}/gdtoa \ -I${LIBCSRCDIR}/stdio -DFLOATING_POINT CFLAGS+=-I${LIBCSRCDIR}/asr -DASRNODEBUG |