Changeset fa024ce in mainline for boot/arch/ia64/loader/gefi/Makefile
- Timestamp:
- 2009-02-12T20:12:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 98a4e76
- Parents:
- fcd7053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/Makefile
rfcd7053 rfa024ce 26 26 SUBDIRS = lib gnuefi inc 27 27 28 all: check_gcc$(SUBDIRS)28 all: $(SUBDIRS) 29 29 30 30 $(SUBDIRS): … … 40 40 .PHONY: $(SUBDIRS) clean depend 41 41 42 #43 # on both platforms you must use gcc 3.0 or higher44 #45 check_gcc:46 ifeq ($(GCC_VERSION),2)47 @echo "you need to use a version of gcc >= 3.0, you are using `$(CC) --version`"48 @exit 149 endif50 51 42 include Make.rules
Note:
See TracChangeset
for help on using the changeset viewer.