ifeq ($(ARCH),ia64)
prefix =
prefix = /opt/gcc3.1/bin/
prefix = /usr/bin/
CC = $(prefix)gcc
AS = $(prefix)as
LD = $(prefix)ld