Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Patch for gcc-uclibc-4.x.mk
@ 2008-07-25 11:46 Matuschka, Sebastian
  2008-07-25 12:07 ` Bernhard Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Matuschka, Sebastian @ 2008-07-25 11:46 UTC (permalink / raw)
  To: buildroot

Hi,

when compiling with sstrip, the path $(TARGET_DIR)/usr/bin must exist,
otherwise the compilation of gcc will abort and say that
$(TARGET_DIR)/usr/bin doesn't exist.

Regards
Sebastian

Here is the patch for buildroot/toolchain/gcc/gcc-uclibc-4.x.mk:


--- ./.svn/text-base/gcc-uclibc-4.x.mk.svn-base	2008-07-17
13:49:10.000000000 +0200
+++ gcc-uclibc-4.x.mk	2008-07-25 13:03:16.000000000 +0200
@@ -356,7 +356,7 @@
 	#
 	# Ok... that's enough of that.
 	#
-	mkdir -p $(TARGET_DIR)/usr/lib $(TARGET_DIR)/usr/sbin
+	mkdir -p $(TARGET_DIR)/usr/lib $(TARGET_DIR)/usr/sbin
$(TARGET_DIR)/usr/bin
 	touch $@
 
 $(GCC_BUILD_DIR2)/.libs_installed: $(GCC_BUILD_DIR2)/.installed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-uclibc-4.x.mk.patch
Type: application/octet-stream
Size: 415 bytes
Desc: gcc-uclibc-4.x.mk.patch
Url : http://busybox.net/lists/buildroot/attachments/20080725/52fadea1/attachment.obj 

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

end of thread, other threads:[~2008-07-25 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 11:46 [Buildroot] Patch for gcc-uclibc-4.x.mk Matuschka, Sebastian
2008-07-25 12:07 ` Bernhard Fischer
2008-07-25 12:16   ` Matuschka, Sebastian
2008-07-25 12:28     ` Bernhard Fischer

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