Changeset 10662 for src/linux/brcm/linux.v24/Makefile
- Timestamp:
- 10/28/08 14:28:56 (5 years ago)
- File:
-
- 1 edited
-
src/linux/brcm/linux.v24/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/brcm/linux.v24/Makefile
r7744 r10662 18 18 19 19 HOSTCC = gcc 20 HOSTCFLAGS = -Wall -Wstrict-prototypes -O s-fomit-frame-pointer20 HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer 21 21 22 22 CROSS_COMPILE = mipsel-linux- … … 95 95 CPPFLAGS := -D__KERNEL__ -I$(HPATH) 96 96 97 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O s\97 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ 98 98 -fno-strict-aliasing -fno-common 99 99 CFLAGS += -fno-builtin-strpbrk -fno-builtin-sprintf
Note: See TracChangeset
for help on using the changeset viewer.
