Fixes build errors in the RPC code and adds parallel build support Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37596
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
if USE_EGLIBC
|
|
|
|
config EGLIBC_VERSION
|
|
string
|
|
default "2.15" if EGLIBC_VERSION_2_15
|
|
|
|
config EGLIBC_VERSION_2_15
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
endif
|