# Second-level Makefile for supporting run-time libraries
# for RISC OS GCC
# Written by Nick Burrett <nick@dsvr.net>

export TLIB

all:	gmp

.PHONY: gmp

gmp:
	$(MAKE) -C "gmp-3_1" "STAGE=$(STAGE)"

