mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
sqlite3.inc: drop obsolete config_BUILD_CC, etc exports
These exports date back to 2007, when sqlite needed patching in order to cross compile: http://git.openembedded.org/openembedded-core/commit/?id=4ffe8f6b1ff640722880cf2cd88990956de87e30 (From OE-Core rev: f161d1ebfe961cee52235f2abfcde7fb13aa7ac1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6188419d27
commit
89ed462a17
@@ -12,14 +12,6 @@ PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses
|
||||
|
||||
EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline"
|
||||
|
||||
export config_BUILD_CC = "${BUILD_CC}"
|
||||
export config_BUILD_CFLAGS = "${BUILD_CFLAGS}"
|
||||
export config_BUILD_LIBS = "${BUILD_LDFLAGS}"
|
||||
export config_TARGET_CC = "${CC}"
|
||||
export config_TARGET_LINK = "${CCLD}"
|
||||
export config_TARGET_CFLAGS = "${CFLAGS}"
|
||||
export config_TARGET_LFLAGS = "${LDFLAGS}"
|
||||
|
||||
# pread() is in POSIX.1-2001 so any reasonable system must surely support it
|
||||
BUILD_CFLAGS += "-DUSE_PREAD"
|
||||
TARGET_CFLAGS += "-DUSE_PREAD"
|
||||
|
||||
Reference in New Issue
Block a user