Changeset 8f2eca0 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2013-07-25T10:51:36Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98f7830
Parents:
f03c3da
Message:

Add support for *-helenos-* toolchain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rf03c3da r8f2eca0  
    243243endif
    244244
     245ifeq ($(COMPILER),gcc_helenos)
     246        CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS)
     247        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     248endif
     249
    245250ifeq ($(COMPILER),gcc_native)
    246251        CFLAGS += $(GCC_CFLAGS) $(EXTRA_CFLAGS)
Note: See TracChangeset for help on using the changeset viewer.