1################################################################################ 2# 3# ucl 4# 5################################################################################ 6 7UCL_VERSION = 1.03 8UCL_SITE = http://www.oberhumer.com/opensource/ucl/download 9UCL_LICENSE = GPL-2.0+ 10UCL_LICENSE_FILES = COPYING 11 12# Fix ACC conformance test failure for host gcc 6.x 13HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=iso9899:1990" 14 15$(eval $(host-autotools-package)) 16