Changes in boot/Makefile.build [bf85e56:8f2eca0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
rbf85e56 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.