Changeset c76586a in freewrt
- Timestamp:
- Jun 27, 2007, 4:50:49 PM (18 years ago)
- Children:
- e42e21d
- Parents:
- 9ac8267
- File:
-
- 1 edited
-
package/fwwif/src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/fwwif/src/Makefile
r9ac8267 rc76586a 5 5 CC= ${CROSSROOT}/host/${XARCH}-linux-uclibc/bin/gcc 6 6 CXX= ${CROSSROOT}/host/${XARCH}-linux-uclibc/bin/g++ 7 CFLAGS?= -Os 7 STRIP= ${CROSSROOT}/host/${XARCH}-linux-uclibc/bin/strip 8 STRIP?= : 9 CFLAGS?= -Os -fhonour-copts 8 10 CXXFLAGS?= -Os 9 11 CFLAGS+= -I${CROSSROOT}/target/usr/include … … 30 32 fwwif.so: ${OBJS} 31 33 $(CXX) -o $@ -Wl,--start-group $(LDFLAGS) $^ -Wl,--end-group 34 ${STRIP} -R .comment $@ 32 35 33 36 .SUFFIXES: .ecpp .gif .jpg .css .js .cpp
Note:
See TracChangeset
for help on using the changeset viewer.
