projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c528f7
)
add -mlong-calls cflag to alsa mips build (patch from #1391)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Feb 2007 14:50:15 +0000
(14:50 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Feb 2007 14:50:15 +0000
(14:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6349
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/alsa/Makefile
patch
|
blob
|
history
diff --git
a/package/alsa/Makefile
b/package/alsa/Makefile
index
a814da5
..
8aa80e7
100644
(file)
--- a/
package/alsa/Makefile
+++ b/
package/alsa/Makefile
@@
-36,7
+36,7
@@
ifeq ($(KERNEL),2.4)
KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time
endif
ifeq ($(LINUX_KARCH),mips)
- KERNEL_C_OPTS:= -Os -G 0 -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap
+ KERNEL_C_OPTS:= -Os -G 0 -m
long-calls -m
no-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap
endif
endif
ifeq ($(LINUX_KARCH),i386)
This page took
0.023327 seconds
and
4
git commands to generate.