diff options
| author | Minsoo Choo <minsoochoo0122@proton.me> | 2025-12-03 03:57:23 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-01-09 16:28:43 +0000 |
| commit | 94d1731e73ccb97df5fc5928bb584cabb8e37f1f (patch) | |
| tree | c84a4c5d7bf0d7518a0e7c48b460d693407a1d70 /cddl | |
| parent | 0f937f171a8da9fa8cbbd060632e271e150c3acd (diff) | |
Diffstat (limited to 'cddl')
| -rw-r--r-- | cddl/lib/libzpool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile index 80fec2eb3fb1..ade864790f1c 100644 --- a/cddl/lib/libzpool/Makefile +++ b/cddl/lib/libzpool/Makefile @@ -21,7 +21,7 @@ ACFLAGS+= -Wa,--noexecstack ATOMIC_SRCS= opensolaris_atomic.c .endif -.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspe" +.if ${MACHINE_ARCH} == "powerpc" # Don't waste GOT entries on small data. PICFLAG= -fPIC .endif |
