xref: /OK3568_Linux_fs/buildroot/package/ucl/ucl.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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