Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] mplayer: disable parallel builds (make -jX)
@ 2010-05-04 21:11 Peter Korsgaard
  2010-05-04 22:39 ` [Buildroot] How to create a non mmu toolchain Ben Kloosterman
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2010-05-04 21:11 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=32ed97007509228e0b4aa1050dd1d017118d0d7a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The build system races with itself when building the internal vidix stuff
(x86 only), so use MAKE1.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/multimedia/mplayer/mplayer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index 50afcfb..6e03cff 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -71,7 +71,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
 	touch $@
 
 $(MPLAYER_DIR)/$(MPLAYER_BINARY): $(MPLAYER_DIR)/.configured
-	$(MAKE) -C $(MPLAYER_DIR)
+	$(MAKE1) -C $(MPLAYER_DIR)
 	touch -c $@
 
 $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY)
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot]  How to create a non mmu toolchain
  2010-05-04 21:11 [Buildroot] [git commit master] mplayer: disable parallel builds (make -jX) Peter Korsgaard
@ 2010-05-04 22:39 ` Ben Kloosterman
  2010-05-05  6:42   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Kloosterman @ 2010-05-04 22:39 UTC (permalink / raw)
  To: buildroot

How to create an i386/686 or x86-64 No mmu ( eg ARCH-USE-MMU = false)
toolchain ?

Ben

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] How to create a non mmu toolchain
  2010-05-04 22:39 ` [Buildroot] How to create a non mmu toolchain Ben Kloosterman
@ 2010-05-05  6:42   ` Peter Korsgaard
  2010-05-05  7:10     ` Ben Kloosterman
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2010-05-05  6:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Ben" == Ben Kloosterman <bklooste@gmail.com> writes:

 Ben> How to create an i386/686 or x86-64 No mmu ( eg ARCH-USE-MMU = false)
 Ben> toolchain ?

Sorry, we don't have any non-mmu support. Why would you not want to use
the MMU on the i386/x86-64?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] How to create a non mmu toolchain
  2010-05-05  6:42   ` Peter Korsgaard
@ 2010-05-05  7:10     ` Ben Kloosterman
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kloosterman @ 2010-05-05  7:10 UTC (permalink / raw)
  To: buildroot

Thx for your reply .

So which chain supports Nommu ?

Br no mmu support
Crosstool no mmu support. 
Ct-ng no mmu 
Uclinux support but requires a no mmu tool chain. 

Building a toolchain by hand.

The reason why we dont want to use an mmu is complex , there is a thread on
it in ucLinux but basically building a type safe , memory safe micro kernel
OS since we run a single address space with compiler based checks an MMU
just becomes an overhead. Rather than the green field code we have been
working on for 2 years we can start with uClinux which will help things
along . 

Regards, 

Ben


 >-----Original Message-----
 >From: Peter Korsgaard [mailto:jacmet at gmail.com] On Behalf Of Peter
 >Korsgaard
 >Sent: Wednesday, May 05, 2010 2:43 PM
 >To: bklooste at gmail.com
 >Cc: buildroot at busybox.net
 >Subject: Re: How to create a non mmu toolchain
 >
 >>>>>> "Ben" == Ben Kloosterman <bklooste@gmail.com> writes:
 >
 > Ben> How to create an i386/686 or x86-64 No mmu ( eg ARCH-USE-MMU =
 >false)
 > Ben> toolchain ?
 >
 >Sorry, we don't have any non-mmu support. Why would you not want to use
 >the MMU on the i386/x86-64?
 >
 >--
 >Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-05  7:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 21:11 [Buildroot] [git commit master] mplayer: disable parallel builds (make -jX) Peter Korsgaard
2010-05-04 22:39 ` [Buildroot] How to create a non mmu toolchain Ben Kloosterman
2010-05-05  6:42   ` Peter Korsgaard
2010-05-05  7:10     ` Ben Kloosterman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox