
PF3_VERSION=4.5.0.20100115
TARGETS= \
 arm-elf \
 bfin-elf \
 i386-elf \
 lm32-elf \
 m32c-elf \
 m32r-elf \
 mips-elf \
 mips64-toppershrp \
 mips64-shimafuji-toppershrp \
 sh-elf \
 v850-elf \

# h8300-elf \
# m68k-elf \
# microblaze-elf \
# nios2-elf \
# xstormy16-elf

all: $(TARGETS)

$(TARGETS): 
	-mkdir $@
	$(MAKE) -C $@ -f ../Makefile.build PF3_TARGET_TRIPLET=$@ PF3_VERSION=$(PF3_VERSION)
