Changeset 8f2eca0 in mainline for uspace/Makefile.common
- Timestamp:
- 2013-07-25T10:51:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98f7830
- Parents:
- f03c3da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rf03c3da r8f2eca0 243 243 endif 244 244 245 ifeq ($(COMPILER),gcc_helenos) 246 CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS) 247 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 248 endif 249 245 250 ifeq ($(COMPILER),gcc_native) 246 251 CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.