From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libglib12
Date: Tue, 19 Sep 2006 08:16:55 -0700 (PDT) [thread overview]
Message-ID: <20060919151655.658C0485DA@busybox.net> (raw)
Author: jacmet
Date: 2006-09-19 08:16:55 -0700 (Tue, 19 Sep 2006)
New Revision: 16159
Log:
fix big/little endian
Modified:
trunk/buildroot/package/libglib12/libglib12.mk
Changeset:
Modified: trunk/buildroot/package/libglib12/libglib12.mk
===================================================================
--- trunk/buildroot/package/libglib12/libglib12.mk 2006-09-19 15:12:12 UTC (rev 16158)
+++ trunk/buildroot/package/libglib12/libglib12.mk 2006-09-19 15:16:55 UTC (rev 16159)
@@ -9,6 +9,11 @@
LIBGLIB12_DIR:=$(BUILD_DIR)/glib-1.2.10
LIBGLIB12_BINARY:=libglib.a
+ifeq ($(BR2_ENDIAN),"BIG")
+LIBGLIB12_BE:=yes
+else
+LIBGLIB12_BE:=no
+endif
$(DL_DIR)/$(LIBGLIB12_SOURCE):
$(WGET) -P $(DL_DIR) $(LIBGLIB12_SITE)/$(LIBGLIB12_SOURCE)
@@ -24,6 +29,7 @@
$(LIBGLIB12_DIR)/.configured: $(LIBGLIB12_DIR)/.unpacked
(cd $(LIBGLIB12_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
+ ac_cv_c_bigendian=$(LIBGLIB12_BE) \
./configure \
--host=$(REAL_GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
next reply other threads:[~2006-09-19 15:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-19 15:16 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-17 2:13 [Buildroot] svn commit: trunk/buildroot/package/libglib12 ulf at uclibc.org
2008-03-30 7:06 ulf at uclibc.org
2007-01-21 17:20 aldot at uclibc.org
2006-10-09 21:09 andersen at uclibc.org
2006-07-18 2:01 andersen
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=20060919151655.658C0485DA@busybox.net \
--to=jacmet@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