ucl.mk 458 B

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