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
|
2017-03-30 15:43:32 +02:00
|
|
|
UCL_LICENSE = GPL-2.0+
|
2014-05-02 19:10:32 +02:00
|
|
|
UCL_LICENSE_FILES = COPYING
|
|
|
|
|
2016-06-16 18:00:49 +02:00
|
|
|
# Fix ACC conformance test failure for host gcc 6.x
|
2017-01-25 20:20:20 +01:00
|
|
|
HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=iso9899:1990"
|
2016-06-16 18:00:49 +02:00
|
|
|
|
2014-05-02 19:10:32 +02:00
|
|
|
$(eval $(host-autotools-package))
|