Changeset 8f2eca0 in mainline for boot/Makefile.build
- 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
-
boot/Makefile.build
rf03c3da r8f2eca0 75 75 endif 76 76 77 ifeq ($(COMPILER),gcc_helenos) 78 CFLAGS = $(GCC_CFLAGS) $(EXTRA_CFLAGS) 79 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 80 endif 81 82 77 83 ifeq ($(COMPILER),icc) 78 84 CFLAGS = $(ICC_CFLAGS) $(EXTRA_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.