2014-05-02 19:10:32 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# ucl
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
UCL_VERSION = 1.03
|
2014-07-31 10:46:58 +02:00
|
|
|
UCL_SITE = http://www.oberhumer.com/opensource/ucl/download
|
2014-05-02 19:10:32 +02:00
|
|
|
UCL_LICENSE = GPLv2+
|
|
|
|
UCL_LICENSE_FILES = COPYING
|
|
|
|
|
2016-06-16 18:00:49 +02:00
|
|
|
# Fix ACC conformance test failure for host gcc 6.x
|
|
|
|
HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=c90"
|
|
|
|
|
2014-05-02 19:10:32 +02:00
|
|
|
$(eval $(host-autotools-package))
|