Changeset fa024ce in mainline for boot/arch/ia64/loader/gefi/Makefile


Ignore:
Timestamp:
2009-02-12T20:12:08Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98a4e76
Parents:
fcd7053
Message:

simplify configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/gefi/Makefile

    rfcd7053 rfa024ce  
    2626SUBDIRS = lib gnuefi inc
    2727
    28 all:    check_gcc $(SUBDIRS)
     28all: $(SUBDIRS)
    2929
    3030$(SUBDIRS):
     
    4040.PHONY: $(SUBDIRS) clean depend
    4141
    42 #
    43 # on both platforms you must use gcc 3.0 or higher
    44 #
    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 1
    49 endif
    50 
    5142include Make.rules
Note: See TracChangeset for help on using the changeset viewer.