Changeset e805e2f in mainline for uspace/Makefile.common
- Timestamp:
- 2010-05-26T14:59:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 938f227
- Parents:
- ffe4a87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rffe4a87 re805e2f 115 115 -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \ 116 116 -Werror-implicit-function-declaration -Wwrite-strings \ 117 - Werror -pipe -g -D__$(ENDIANESS)__117 -pipe -g -D__$(ENDIANESS)__ 118 118 119 119 ICC_CFLAGS = -I$(LIBC_PREFIX)/include -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ … … 122 122 -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \ 123 123 -Werror-implicit-function-declaration -Wwrite-strings \ 124 - Werror -pipe -g -D__$(ENDIANESS)__124 -pipe -g -D__$(ENDIANESS)__ 125 125 126 126 CLANG_CFLAGS = -I$(LIBC_PREFIX)/include -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ … … 131 131 -pipe -g -arch $(CLANG_ARCH) -D__$(ENDIANESS)__ 132 132 133 ifeq ($(CONFIG_DEBUG),y) 134 GCC_CFLAGS += -Werror 135 ICC_CFLAGS += -Werror 136 endif 137 133 138 ## Setup platform configuration 134 139 #
Note:
See TracChangeset
for help on using the changeset viewer.