From: Felix Fietkau Date: Wed, 30 Aug 2006 03:21:23 +0000 (+0000) Subject: add no_werror patch again, fix xscale cflags X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd211156a8da174ca65d59d79f591fce5b7b06b1;p=librecmc%2Flibrecmc.git add no_werror patch again, fix xscale cflags SVN-Revision: 4704 --- diff --git a/openwrt/package/madwifi/patches/100-kernel_cflags.patch b/openwrt/package/madwifi/patches/100-kernel_cflags.patch index d6320f59fe..39ac1437e1 100644 --- a/openwrt/package/madwifi/patches/100-kernel_cflags.patch +++ b/openwrt/package/madwifi/patches/100-kernel_cflags.patch @@ -26,7 +26,7 @@ diff -ur madwifi.old/hal/public/xscale-be-elf.inc madwifi.dev/hal/public/xscale- LDOPTS= -EB COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN -COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \ -+COPTS+= -march=armv5te -mcpu=xscale -mbig-endian -fno-strict-aliasing -fno-common \ ++COPTS+= -march=armv5te -mtune=xscale -mbig-endian -fno-strict-aliasing -fno-common \ -mtune=xscale -mshort-load-bytes -msoft-float -mfp=2 diff -ur madwifi.old/Makefile madwifi.dev/Makefile --- madwifi.old/Makefile 2006-07-14 07:15:56.000000000 +0200 diff --git a/openwrt/package/madwifi/patches/101-no_werror.patch b/openwrt/package/madwifi/patches/101-no_werror.patch new file mode 100644 index 0000000000..d71021eb0e --- /dev/null +++ b/openwrt/package/madwifi/patches/101-no_werror.patch @@ -0,0 +1,11 @@ +--- madwifi.old/Makefile.inc 2006-07-14 07:15:56.000000000 +0200 ++++ madwifi.dev/Makefile.inc 2006-08-30 05:20:27.000000000 +0200 +@@ -181,7 +181,7 @@ + # + TOOLS= $(DEPTH)/tools + +-COPTS+= -Werror ++# COPTS+= -Werror + INCS= -include $(obj)/$(DEPTH)/include/compat.h -I$(obj)/$(DEPTH)/include + + ifeq ($(strip $(BUS)),AHB)