diff options
author | 2000-09-08 04:23:45 +0000 | |
---|---|---|
committer | 2000-09-08 04:23:45 +0000 | |
commit | cb15f35944131766aa5e5f9a4d8c668a246c8b97 (patch) | |
tree | d5e416d66718829f7be9fc0cb242cb19355ebd12 | |
parent | Significant cleanup. The capabilities table looks much nicer now. (diff) | |
download | wireguard-openbsd-cb15f35944131766aa5e5f9a4d8c668a246c8b97.tar.xz wireguard-openbsd-cb15f35944131766aa5e5f9a4d8c668a246c8b97.zip |
PowerPC does not need to build this -Wall, if other archs would not.
-rw-r--r-- | libexec/ld.so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index d2545c50d47..8d545561c85 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.2 2000/06/13 03:39:53 rahnds Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/08 04:23:45 rahnds Exp $ SUBDIR=libdl ldconfig #CFLAGS = .if (${MACHINE_ARCH} == "powerpc") -CFLAGS += -fpic -msoft-float -Wall +CFLAGS += -fpic -msoft-float .endif CFLAGS += -I${.CURDIR} -DNO_UNDERSCORE -DVERBOSE_DLINKER \ -DUSE_CACHE -D__PIC__ -I${.CURDIR}/${MACHINE_ARCH} |