Changeset 8f2eca0 in mainline for boot/Makefile.build


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
  • boot/Makefile.build

    rf03c3da r8f2eca0  
    7575endif
    7676
     77ifeq ($(COMPILER),gcc_helenos)
     78        CFLAGS = $(GCC_CFLAGS) $(EXTRA_CFLAGS)
     79        DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)
     80endif
     81
     82
    7783ifeq ($(COMPILER),icc)
    7884        CFLAGS = $(ICC_CFLAGS) $(EXTRA_CFLAGS)
Note: See TracChangeset for help on using the changeset viewer.