summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-03 02:16:27 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-03 02:16:27 +0000
commit5d8dc20df2f51f569904bfe1bb43e90a0386b0f4 (patch)
tree42782c438374892f73055c8796d04c0d2df991f7 /openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch
parentcf690e07fe7e4c5137c9f1893ac244982f85b906 (diff)
downloadmtk-20170518-5d8dc20df2f51f569904bfe1bb43e90a0386b0f4.zip
mtk-20170518-5d8dc20df2f51f569904bfe1bb43e90a0386b0f4.tar.gz
mtk-20170518-5d8dc20df2f51f569904bfe1bb43e90a0386b0f4.tar.bz2
fix build when arch != mipsel
SVN-Revision: 2038
Diffstat (limited to 'openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch')
-rw-r--r--openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch b/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch
deleted file mode 100644
index 08ed6ad..0000000
--- a/openwrt/target/linux/package/alsa/patches/100-kernel_cflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rNu alsa-driver-1.0.9b/Makefile.conf.in alsa-driver-1.0.9b.new/Makefile.conf.in
---- alsa-driver-1.0.9b/Makefile.conf.in 2005-04-15 23:09:33.000000000 +1000
-+++ alsa-driver-1.0.9b.new/Makefile.conf.in 2005-09-04 11:29:15.000000000 +1000
-@@ -53,6 +53,8 @@
- INCLUDE = -I$(TOPDIR)/include @EXTRA_INCLUDES@ @KERNEL_INC@
- CFLAGS = $(MODFLAGS) $(INCLUDE) $(c_opts) -Wall -Wstrict-prototypes \
- -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common \
-+ -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 \
-+ -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -mlong-calls \
- -pipe -DALSA_BUILD -nostdinc -iwithprefix include
- ifdef CONFIG_SND_MVERSION
- CFLAGS += -DMODVERSIONS -include $(CONFIG_SND_KERNELDIR)/include/linux/modversions.h