projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[tools] reorder dependencies
[openwrt.git]
/
package
/
iproute2
/
patches
/
110-extra-ccopts.patch
1
--- a/Makefile
2
+++ b/Makefile
3
@@ -29,7 +29,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
4
5
CC = gcc
6
HOSTCC = gcc
7
-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
8
+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(EXTRA_CCOPTS)
9
CFLAGS = $(CCOPTS) -I../include $(DEFINES)
10
YACCFLAGS = -d -t -v
11
This page took
0.038785 seconds
and
5
git commands to generate.