Changeset 6c441cf8 in mainline for kernel/Makefile
- Timestamp:
- 2008-02-27T11:49:17Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56976a17
- Parents:
- fdb7795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
rfdb7795 r6c441cf8 44 44 45 45 GCC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) \ 46 -fno-builtin -fomit-frame-pointer -Wall -W missing-prototypes -Werror \46 -fno-builtin -fomit-frame-pointer -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Werror \ 47 47 -nostdlib -nostdinc 48 48
Note:
See TracChangeset
for help on using the changeset viewer.