update buildroot to 2017.02.11
This commit is contained in:
15
bsp/buildroot-2017.02.11/package/ucl/ucl.mk
Normal file
15
bsp/buildroot-2017.02.11/package/ucl/ucl.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# ucl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UCL_VERSION = 1.03
|
||||
UCL_SITE = http://www.oberhumer.com/opensource/ucl/download
|
||||
UCL_LICENSE = GPLv2+
|
||||
UCL_LICENSE_FILES = COPYING
|
||||
|
||||
# Fix ACC conformance test failure for host gcc 6.x
|
||||
HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=iso9899:1990"
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user