Changes in boot/Makefile.build [8f2eca0:bf85e56] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r8f2eca0 rbf85e56 75 75 endif 76 76 77 ifeq ($(COMPILER),gcc_helenos)78 CFLAGS = $(GCC_CFLAGS) $(EXTRA_CFLAGS)79 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)80 endif81 82 83 77 ifeq ($(COMPILER),icc) 84 78 CFLAGS = $(ICC_CFLAGS) $(EXTRA_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.