Update buildroot to 2021.02.6 (#1607)
* Update buildroot to 2021.02.6 * Renew buildroot-patches This makes sure that docker-proxy gets bumped to the latest Docker version as well.
This commit is contained in:
@@ -31,6 +31,11 @@ endif
|
||||
# redefining it on the command line causes build problems.
|
||||
TRACE_CMD_CFLAGS = $(filter-out -D_LARGEFILE64_SOURCE,$(TARGET_CFLAGS))
|
||||
|
||||
# Sparc64 needs -fPIC
|
||||
ifeq ($(BR2_sparc64),y)
|
||||
TRACE_CMD_CFLAGS += -fPIC
|
||||
endif
|
||||
|
||||
# trace-cmd use CPPFLAGS to add some extra flags.
|
||||
# But like for CFLAGS, $(TARGET_CPPFLAGS) contains _LARGEFILE64_SOURCE
|
||||
# that causes build problems.
|
||||
|
||||
Reference in New Issue
Block a user