Changeset 6f025a8 in mainline for uspace/Makefile.common
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb2c8b6
- Parents:
- 1583793
- git-author:
- Dzejrou <dzejrou@…> (2018-06-27 15:50:19)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r1583793 r6f025a8 237 237 238 238 # Flags for the compilation of C++ code. 239 CPPFLAGS = $(LIBCPP_INCLUDES_FLAGS) $(INCLUDES_FLAGS) -O$(OPTIMIZATION) $(CPP_ FLOAT) \239 CPPFLAGS = $(LIBCPP_INCLUDES_FLAGS) $(INCLUDES_FLAGS) -O$(OPTIMIZATION) $(CPP_ARCHSPEC) \ 240 240 -imacros $(CONFIG_HEADER) \ 241 241 -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32$(ENDIANESS) \
Note:
See TracChangeset
for help on using the changeset viewer.