[uClibc]small one liner patch

Dave Airlie airlied at skynet.ie
Mon Mar 31 07:52:49 UTC 2003


This resolves some of my issues with gcc building some stuff with the
wrong compiler...

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
pam_smb / Linux DecStation / Linux VAX / ILUG person
-------------- next part --------------
--- orig/buildroot/make/gcc_target.mk	2003-03-06 10:01:28.000000000 +1100
+++ buildroot/make/gcc_target.mk	2003-03-31 18:04:02.000000000 +1000
@@ -297,6 +297,7 @@
 		$(GCC_DIR)/configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
+		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
 		--exec-prefix=/usr \
 		--bindir=/usr/bin \


More information about the uClibc mailing list