Changeset 92d349c8 in mainline for kernel/Makefile
- Timestamp:
- 2007-06-05T15:31:30Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 52d30c4
- Parents:
- 473e693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r473e693 r92d349c8 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 -D__FUNCTION__=__func__ 41 42 #SUNCC_CFLAGS = -xO3 -Igeneric/include/ -xnolib -xc99=all \ 43 #-D__FUNCTION__=__func__ -features=extensions \ 44 #-erroff=E_ZERO_SIZED_STRUCT_UNION 45 42 46 LFLAGS = -M 43 47 AFLAGS =
Note:
See TracChangeset
for help on using the changeset viewer.