mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
Revert "xtensa: sqlite requires special compiler option"
This reverts commit 6a30cd3fb30b8057ddde2c72a88c0bb6ad7d1761. Now that -mtext-section-literals is specified in the xtensa ABI this fix is no longer needed. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b14d069143
commit
e1acc9826d
@ -33,10 +33,6 @@ ifeq ($(BR2_PACKAGE_SQLITE_SECURE_DELETE),y)
|
|||||||
SQLITE_CFLAGS += -DSQLITE_SECURE_DELETE
|
SQLITE_CFLAGS += -DSQLITE_SECURE_DELETE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_xtensa),y)
|
|
||||||
SQLITE_CFLAGS += -mtext-section-literals
|
|
||||||
endif
|
|
||||||
|
|
||||||
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) $(SQLITE_CFLAGS)"
|
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) $(SQLITE_CFLAGS)"
|
||||||
|
|
||||||
SQLITE_CONF_OPT = \
|
SQLITE_CONF_OPT = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user