Changeset 9273
- Timestamp:
- 03/08/08 18:46:55 (5 years ago)
- File:
-
- 1 edited
-
src/linux/brcm/linux.v24_2/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/linux/brcm/linux.v24_2/Makefile
r9265 r9273 18 18 19 19 HOSTCC = gcc 20 HOSTCFLAGS = -Wall -Wstrict-prototypes -O 2-fomit-frame-pointer20 HOSTCFLAGS = -Wall -Wstrict-prototypes -Os -fomit-frame-pointer 21 21 22 22 CROSS_COMPILE = mipsel-linux-uclibc- … … 95 95 CPPFLAGS := -D__KERNEL__ -I$(HPATH) 96 96 97 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O 2\97 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -Os \ 98 98 -fno-strict-aliasing -fno-common 99 99 CFLAGS += -fno-builtin-strpbrk
Note: See TracChangeset
for help on using the changeset viewer.
