From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/m4
Date: Sat, 7 Jul 2007 03:11:19 -0700 (PDT) [thread overview]
Message-ID: <20070707101119.0A989A682F@busybox.net> (raw)
Author: aldot
Date: 2007-07-07 03:11:17 -0700 (Sat, 07 Jul 2007)
New Revision: 19016
Log:
- account for setups without wchar support.
Modified:
trunk/buildroot/package/m4/m4.mk
Changeset:
Modified: trunk/buildroot/package/m4/m4.mk
===================================================================
--- trunk/buildroot/package/m4/m4.mk 2007-07-07 09:31:09 UTC (rev 19015)
+++ trunk/buildroot/package/m4/m4.mk 2007-07-07 10:11:17 UTC (rev 19016)
@@ -15,6 +15,10 @@
ifeq ($(UCLIBC_HAS_REGEX),y)
gl_cv_func_re_compile_pattern_working=gl_cv_func_re_compile_pattern_working=yes
endif
+ifneq ($(UCLIBC_HAS_WCHAR),y)
+gt_cv_c_wchar_t=gt_cv_c_wchar_t=no
+gl_cv_absolute_wchar_h=gl_cv_absolute_wchar_h=__fpending.h
+endif
$(DL_DIR)/$(M4_SOURCE):
$(WGET) -P $(DL_DIR) $(M4_SITE)/$(M4_SOURCE)
@@ -33,6 +37,8 @@
$(TARGET_CONFIGURE_ARGS) \
gl_cv_func_gettimeofday_clobber=no \
$(gl_cv_func_re_compile_pattern_working) \
+ $(gt_cv_c_wchar_t) \
+ $(gl_cv_absolute_wchar_h) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
next reply other threads:[~2007-07-07 10:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-07 10:11 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-04 5:59 [Buildroot] svn commit: trunk/buildroot/package/m4 nkukard at uclibc.org
2007-01-10 18:39 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070707101119.0A989A682F@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox