Module Name:    src
Committed By:   mrg
Date:           Sat Jun  1 10:58:12 UTC 2019

Modified Files:
        src/external/public-domain/sqlite/lib: Makefile

Log Message:
remove no longer required ppc64 hack.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/public-domain/sqlite/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/public-domain/sqlite/lib/Makefile
diff -u src/external/public-domain/sqlite/lib/Makefile:1.8 src/external/public-domain/sqlite/lib/Makefile:1.9
--- src/external/public-domain/sqlite/lib/Makefile:1.8	Tue Oct  4 14:25:02 2016
+++ src/external/public-domain/sqlite/lib/Makefile	Sat Jun  1 10:58:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/10/04 14:25:02 christos Exp $
+# $NetBSD: Makefile,v 1.9 2019/06/01 10:58:12 mrg Exp $
 
 LIB=		sqlite3
 INCS=		sqlite3.h sqlite3ext.h
@@ -22,11 +22,6 @@ CLEANFILES+=sqlite3.pc
 CWARNFLAGS+=	-Wa,--warn
 .endif
 
-.if ${MACHINE_ARCH} == "powerpc64"
-# call to `' lacks nop, can't restore toc; recompile with -fPIC
-COPTS.sqlite3.c += -O0
-.endif
-
 .include <bsd.lib.mk>
 
 all: sqlite3.pc

Reply via email to