2ae8bc5e685e1d192ad3580c7e66233d4a767bbd
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.22 / 202-mips-freestanding.patch
1 --- a/arch/mips/Makefile
2 +++ b/arch/mips/Makefile
3 @@ -589,6 +589,9 @@
4 core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/common/
5 load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000
6
7 +# temporary until string.h is fixed
8 +cflags-y += -ffreestanding
9 +
10 cflags-y += -Iinclude/asm-mips/mach-generic
11 drivers-$(CONFIG_PCI) += arch/mips/pci/
12