# Copied from 'makefile' in the "install" tree export REPOSITORY := /work2/ecos/packages export HOST := UNIX export PREFIX := /work/a_m/viper2/ser_kernel/install export COMMAND_PREFIX := powerpc-eabi- export CC := $(COMMAND_PREFIX)gcc export OBJCOPY := $(COMMAND_PREFIX)objcopy export AR := $(COMMAND_PREFIX)ar # # Target specific flags, etc. # ECOS_GLOBAL_CFLAGS = -msoft-float -mcpu=860 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority ECOS_GLOBAL_LDFLAGS = -msoft-float -mcpu=860 -g -nostdlib -Wl,--gc-sections -Wl,-static ECOS_COMMAND_PREFIX = powerpc-eabi-