1 ################################################################################
5 ################################################################################
7 POWERPC_UTILS_VERSION
= 1.2.24
8 POWERPC_UTILS_SITE
= http
://downloads.sourceforge.net
/project
/powerpc-utils
/powerpc-utils
9 POWERPC_UTILS_DEPENDENCIES
= zlib
10 POWERPC_UTILS_LICENSE
= Common Public License Version
1.0
11 POWERPC_UTILS_LICENSE_FILES
= COPYRIGHT
13 POWERPC_UTILS_CONF_ENV
= \
14 ax_cv_check_cflags___fstack_protector_all
=$(if
$(BR2_TOOLCHAIN_HAS_SSP
),yes
,no
)
16 ifeq ($(BR2_PACKAGE_POWERPC_UTILS_RTAS
),y
)
17 POWERPC_UTILS_DEPENDENCIES
+= librtas
18 POWERPC_UTILS_CONF_OPTS
= --with-librtas
20 POWERPC_UTILS_CONF_OPTS
= --without-librtas
23 $(eval
$(autotools-package
))