mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 10:15:11 +02:00
add no_werror patch again, fix xscale cflags
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4704 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e63b288aa4
commit
e2ece674fc
@ -26,7 +26,7 @@ diff -ur madwifi.old/hal/public/xscale-be-elf.inc madwifi.dev/hal/public/xscale-
|
|||||||
LDOPTS= -EB
|
LDOPTS= -EB
|
||||||
COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN
|
COPTS+= -DAH_BYTE_ORDER=AH_BIG_ENDIAN
|
||||||
-COPTS+= -march=armv4 -mbig-endian -fno-strict-aliasing -fno-common -mapcs-32 \
|
-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
|
-mtune=xscale -mshort-load-bytes -msoft-float -mfp=2
|
||||||
diff -ur madwifi.old/Makefile madwifi.dev/Makefile
|
diff -ur madwifi.old/Makefile madwifi.dev/Makefile
|
||||||
--- madwifi.old/Makefile 2006-07-14 07:15:56.000000000 +0200
|
--- madwifi.old/Makefile 2006-07-14 07:15:56.000000000 +0200
|
||||||
|
11
package/madwifi/patches/101-no_werror.patch
Normal file
11
package/madwifi/patches/101-no_werror.patch
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user