Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/mpg123
Date: Thu, 14 Dec 2006 07:55:33 -0800 (PST)	[thread overview]
Message-ID: <20061214155533.BD78048609@busybox.net> (raw)

Author: aldot
Date: 2006-12-14 07:55:33 -0800 (Thu, 14 Dec 2006)
New Revision: 16930

Log:
- Ulrich Hecht writes: The current mpg123 package
- ignores TARGET_CC (overwritten in Makefile)
- ignores TARGET_CFLAGS
- is hardcoded to use the i386 target


Modified:
   trunk/buildroot/package/mpg123/mpg123.mk


Changeset:
Modified: trunk/buildroot/package/mpg123/mpg123.mk
===================================================================
--- trunk/buildroot/package/mpg123/mpg123.mk	2006-12-14 15:47:50 UTC (rev 16929)
+++ trunk/buildroot/package/mpg123/mpg123.mk	2006-12-14 15:55:33 UTC (rev 16930)
@@ -20,11 +20,20 @@
 
 $(MPG123_DIR)/.unpacked:	$(DL_DIR)/$(MPG123_SOURCE)
 	$(MPG123_CAT) $(DL_DIR)/$(MPG123_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+	toolchain/patch-kernel.sh $(MPG123_DIR) package/mpg123/ mpg123\*.patch
 	touch $(MPG123_DIR)/.unpacked
 
 $(MPG123_WORKDIR)/mpg123:	$(MPG123_DIR)/.unpacked
 	rm -f $@
-	$(MAKE) CC=$(TARGET_CC) -C $(MPG123_WORKDIR) linux
+ifeq ($(BR2_ARCH),"i386")
+	$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_WORKDIR) linux
+else
+ifeq ($(BR2_ENDIAN),"LITTLE")
+	$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_WORKDIR) linux-littleend
+else
+	$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" -C $(MPG123_WORKDIR) linux-bigend
+endif
+endif
 
 $(MPG123_WORKDIR)/.installed: 	$(MPG123_WORKDIR)/mpg123
 	mkdir -p $(TARGET_DIR)/usr/bin

             reply	other threads:[~2006-12-14 15:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-14 15:55 aldot at uclibc.org [this message]
2006-12-14 16:06 ` [Buildroot] svn commit: trunk/buildroot/package/mpg123 Ulrich Hecht
  -- strict thread matches above, loose matches on Subject: below --
2006-12-14 16:03 aldot at uclibc.org
2007-05-31 15:42 jacmet at uclibc.org
2007-07-28 17:05 ulf at uclibc.org
2007-07-30  9:50 ` Bernhard Fischer
2007-08-01  8:54 ulf at uclibc.org
2007-08-28 18:18 ulf at uclibc.org
2007-08-28 19:36 ulf at uclibc.org
2007-09-23 14:24 ulf 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=20061214155533.BD78048609@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