From: <abe...@us...> - 2015-01-26 03:10:11
|
Revision: 6944 http://sourceforge.net/p/astlinux/code/6944 Author: abelbeck Date: 2015-01-26 03:10:09 +0000 (Mon, 26 Jan 2015) Log Message: ----------- remove m4 target, host-m4 only Modified Paths: -------------- branches/1.0/package/m4/Config.in branches/1.0/package/m4/m4.mk branches/1.0/runnix-uclibc.config Modified: branches/1.0/package/m4/Config.in =================================================================== --- branches/1.0/package/m4/Config.in 2015-01-26 02:57:55 UTC (rev 6943) +++ branches/1.0/package/m4/Config.in 2015-01-26 03:10:09 UTC (rev 6944) @@ -1,10 +1,8 @@ config BR2_PACKAGE_M4 bool "m4" - depends on BR2_USE_WCHAR help An implementation of the traditional Unix macro processor. http://www.gnu.org/software/m4/m4.html -comment "m4 requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR + **HOST Only** Modified: branches/1.0/package/m4/m4.mk =================================================================== --- branches/1.0/package/m4/m4.mk 2015-01-26 02:57:55 UTC (rev 6943) +++ branches/1.0/package/m4/m4.mk 2015-01-26 03:10:09 UTC (rev 6944) @@ -7,13 +7,6 @@ M4_SOURCE = m4-$(M4_VERSION).tar.bz2 M4_SITE = $(BR2_GNU_MIRROR)/m4 -M4_CONF_ENV = gl_cv_func_gettimeofday_clobber=no - -ifneq ($(BR2_USE_WCHAR),y) -M4_CONF_ENV += gt_cv_c_wchar_t=no gl_cv_absolute_wchar_h=__fpending.h -endif - HOST_M4_CONF_OPT = --disable-static -$(eval $(call AUTOTARGETS,package,m4)) $(eval $(call AUTOTARGETS,package,m4,host)) Modified: branches/1.0/runnix-uclibc.config =================================================================== --- branches/1.0/runnix-uclibc.config 2015-01-26 02:57:55 UTC (rev 6943) +++ branches/1.0/runnix-uclibc.config 2015-01-26 03:10:09 UTC (rev 6944) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6942-dirty Configuration -# Sun Jan 25 20:52:21 2015 +# Buildroot 2011.08-svn6943-dirty Configuration +# Sun Jan 25 21:06:44 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -388,12 +388,9 @@ # BR2_PACKAGE_MPC is not set # BR2_PACKAGE_MPFR is not set # BR2_PACKAGE_LIBTOOL is not set +# BR2_PACKAGE_M4 is not set # -# m4 requires a toolchain with WCHAR support -# - -# # patch needs a toolchain with WCHAR support # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |