Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/toolchain/gcc
@ 2007-09-29 17:32 ulf at uclibc.org
  2007-09-29 18:24 ` [Buildroot] Recent touch of gcc-uclibc-3.mk [was: Re: svn commit: trunk/buildroot/toolchain/gcc] Bernhard Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: ulf at uclibc.org @ 2007-09-29 17:32 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-09-29 10:32:58 -0700 (Sat, 29 Sep 2007)
New Revision: 20117

Log:
Use linke to build-time-tools, disable libssp which does not work for cross-compile

Modified:
   trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk


Changeset:
Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk
===================================================================
--- trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk	2007-09-29 16:38:58 UTC (rev 20116)
+++ trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk	2007-09-29 17:32:58 UTC (rev 20117)
@@ -252,8 +252,8 @@
 		--enable-languages=$(GCC_CROSS_LANGUAGES) \
 		--disable-__cxa_atexit \
 		--enable-target-optspace \
-		--with-gnu-ld \
-		--with-as=$(TARGET_CROSS)as \
+		--with-build-time-tools=$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin \
+		--disable-libssp \
 		$(GCC_WITH_HOST_GMP) \
 		$(GCC_WITH_HOST_MPFR) \
 		$(GCC_SHARED_LIBGCC) \
@@ -355,13 +355,14 @@
 	touch $@
 
 cross_compiler:=$(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-gcc
-cross_compiler gcc: uclibc-configured binutils gcc_initial \
-	$(LIBFLOAT_TARGET) uclibc \
-	$(GCC_BUILD_DIR2)/.installed $(GCC_BUILD_DIR2)/.libs_installed \
+cross_compiler gcc: gcc-config $(GCC_BUILD_DIR2)/.installed $(GCC_BUILD_DIR2)/.libs_installed \
 	$(GCC_TARGETS)
 
 gcc-source: $(DL_DIR)/$(GCC_SOURCE)
 
+gcc-config:uclibc-configured binutils gcc_initial $(LIBFLOAT_TARGET) \
+	uclibc $(GCC_BUILD_DIR2)/.configured
+
 gcc-clean:
 	rm -rf $(GCC_BUILD_DIR2)
 	for prog in cpp gcc gcc-[0-9]* protoize unprotoize gcov gccbug cc; do \

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

* [Buildroot] Recent touch of gcc-uclibc-3.mk [was: Re: svn commit: trunk/buildroot/toolchain/gcc]
  2007-09-29 17:32 [Buildroot] svn commit: trunk/buildroot/toolchain/gcc ulf at uclibc.org
@ 2007-09-29 18:24 ` Bernhard Fischer
  2007-09-29 20:30   ` Ulf Samuelsson
  0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Fischer @ 2007-09-29 18:24 UTC (permalink / raw)
  To: buildroot

On Sat, Sep 29, 2007 at 10:32:59AM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-09-29 10:32:58 -0700 (Sat, 29 Sep 2007)
>New Revision: 20117
>
>Log:
>Use linke to build-time-tools, disable libssp which does not work for cross-compile

What do you mean by "Use linke"?

Also, generally disabling libssp doesn't sound like a bright idea; I
don't remember any trouble when cross-compiling from i686->i386-uclibc
so i'm not too excited by you hardcoding that.

Oh, and you checked *thoroughly* not to break gcc-3.4.6, did you?

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

* [Buildroot] Recent touch of gcc-uclibc-3.mk [was: Re: svn commit: trunk/buildroot/toolchain/gcc]
  2007-09-29 18:24 ` [Buildroot] Recent touch of gcc-uclibc-3.mk [was: Re: svn commit: trunk/buildroot/toolchain/gcc] Bernhard Fischer
@ 2007-09-29 20:30   ` Ulf Samuelsson
  0 siblings, 0 replies; 3+ messages in thread
From: Ulf Samuelsson @ 2007-09-29 20:30 UTC (permalink / raw)
  To: buildroot

l?r 2007-09-29 klockan 20:24 +0200 skrev Bernhard Fischer:
> On Sat, Sep 29, 2007 at 10:32:59AM -0700, ulf at uclibc.org wrote:
> >Author: ulf
> >Date: 2007-09-29 10:32:58 -0700 (Sat, 29 Sep 2007)
> >New Revision: 20117
> >
> >Log:
> >Use linke to build-time-tools, disable libssp which does not work for cross-compile
> 
> What do you mean by "Use linke"?
> 
Spelling error

> Also, generally disabling libssp doesn't sound like a bright idea; I
> don't remember any trouble when cross-compiling from i686->i386-uclibc
> so i'm not too excited by you hardcoding that.

Net is full of comments on liubssp not beeing able to cross-compile.

I am going to change this to be an extra config option if
BR2_avr32 is selected, (as libmudflap)

> Oh, and you checked *thoroughly* not to break gcc-3.4.6, did you?

BR
Ulf Samuelsson

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

end of thread, other threads:[~2007-09-29 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-29 17:32 [Buildroot] svn commit: trunk/buildroot/toolchain/gcc ulf at uclibc.org
2007-09-29 18:24 ` [Buildroot] Recent touch of gcc-uclibc-3.mk [was: Re: svn commit: trunk/buildroot/toolchain/gcc] Bernhard Fischer
2007-09-29 20:30   ` Ulf Samuelsson

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