[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Broken toolchain gcc-4.2



Hello,

It looks like gcc-4.2 for arm toolchain is broken,
http://buildd.debian.org/fetch.cgi?&pkg=gcc-4.2&ver=4.2-20070707-1&arch=arm&stamp=1183840319&file=log

I believe that disabling libssp (already supported by >glibc-2.4)
fixes arm native build, but i have not tried it. Somebody could test
it?

--- rules.defs.bak      2007-07-08 22:53:34.000000000 +0200
+++ rules.defs  2007-07-08 22:52:53.000000000 +0200
@@ -402,7 +402,7 @@
ifdef DEB_CROSS
  ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel hurd-i386
endif
-ssp_no_archs = alpha hppa ia64 m68k mips mipsel hurd-i386
+ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel hurd-i386
ifneq (, $(filter $(DEB_TARGET_ARCH),$(ssp_no_archs)))
  with_ssp := not available on $(DEB_TARGET_ARCH)
endif


--
Héctor Orón



Reply to: