Hi Jochen,

I encountered this problem some time before, please have a look at:

https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/005018.html
https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/005034.html

It contains a GCC fix to correctly handover this flag from GCC to the
linker.

I also had to disable the USE_BX config variable in uClibc but don't
know if this applies to your target.

Sorry if this doesn't match your problem but it sounded very familar, so
I thought I repost this :-)

Bye
  Sven

On 02/15/2011 04:14 PM, Jochen Friedrich wrote:
Hi,

+ifneq ($(findstring -march=armv4,$(TARGET_OPTIMIZATION)),)
+ GCC_CONFIGURE+= \
+ --with-arch=armv4
+endif

Unfortunately, this has a flaw as this matches armv4t, as well.
A new patch will follow.

Thanks,
Jochen
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to