Changeset 2175
- Timestamp:
- 03/16/07 22:44:50 (2 years ago)
- Files:
-
- trunk/freewrt/tools/config/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/config/Makefile
r1686 r2175 5 5 # or at http://www.freewrt.org/licence for details. 6 6 7 include ${TOPDIR}/rules.mk 8 7 9 CP=cp -fpR 8 9 # Select the compiler needed to build binaries for your development system10 HOSTCC?= gcc11 HOSTCFLAGS?= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer12 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.13 LC_ALL:= C14 15 10 16 11 all: ncurses conf mconf


