Changeset 8f2eca0 in mainline for kernel/Makefile


Ignore:
Timestamp:
2013-07-25T10:51:36Z (11 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
  • kernel/Makefile

    rf03c3da r8f2eca0  
    167167
    168168ifeq ($(COMPILER),gcc_cross)
     169        CFLAGS = $(GCC_CFLAGS)
     170        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     171        INSTRUMENTATION = -finstrument-functions
     172endif
     173
     174ifeq ($(COMPILER),gcc_helenos)
    169175        CFLAGS = $(GCC_CFLAGS)
    170176        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
Note: See TracChangeset for help on using the changeset viewer.