Changeset 473e693 in mainline for kernel/Makefile
- Timestamp:
- 2007-06-05T13:58:00Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 92d349c8
- Parents:
- 48d14222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r48d14222 r473e693 39 39 DEFS = -D$(ARCH) -DARCH=\"$(ARCH)\" -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\"" -DKERNEL 40 40 CFLAGS = -fno-builtin -fomit-frame-pointer -Wall -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/ 41 #SUNCC_CFLAGS = -xO3 -Igeneric/include/ -xnolib -xc99=all 41 #SUNCC_CFLAGS = -xO3 -Igeneric/include/ -xnolib -xc99=all -D__FUNCTION__=__func__ 42 42 LFLAGS = -M 43 43 AFLAGS =
Note:
See TracChangeset
for help on using the changeset viewer.