Changeset 798 for soft/giet_vm/applications/rosenfeld/nrc2/Makefile
- Timestamp:
- Mar 2, 2016, 3:08:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/rosenfeld/nrc2/Makefile
r793 r798 7 7 8 8 # -- File list ---------- 9 FILE = nralloc1.c, nralloc2.c, nralloc2x.c, nrarith0.c, nrarith1.c, nrarith2.c, nrarith2x.c, nrbool1.c, nrbool2.c, 9 FILE = nralloc1.c, nralloc2.c, nralloc2x.c, nrarith0.c, nrarith1.c, nrarith2.c, nrarith2x.c, nrbool1.c, nrbool2.c, nrhisto.c, nrio0.c, nrio1.c, nrio2.c, nrkernel.c, nrlinalg.c, nrlut.c, nrmem1.c, nrmem1x.c, nrmem2.c, nrmem2x.c, nrset1.c, nrset2.c, nrset2x.c, nrsort1.c, nrsort2.c, nrwrap1.c, nrwrap2.c 10 10 11 11 … … 19 19 C_DEBUG_FLAGS = -O0 20 20 C_OPTIMISATION_FLAGS = -std=c99 -O2 -fstrict-aliasing 21 C_OS_FLAGS = -DGTODay 21 C_OS_FLAGS = -DGTODay -DTARGET_OS=GIETVM 22 22 C_CONFIG_FLAGS = -DCLI 23 23 C_INC_FLAGS = -I$(INC_PATH) -I../../.. -I../../../giet_libs … … 41 41 CFLAGSW := -Wredundant-decls -Wdisabled-optimization -Winline -Wpointer-arith -Wsign-compare -Wendif-labels 42 42 CFLAGSCPU := -mips32 -EL -G0 -mhard-float 43 CFLAGS := $(CFLAGS) -g -Wall -fomit-frame-pointer $(CFLAGSW) $(CFLAGSCPU) - I$(DIR_INC) -fno-builtin -ffreestanding43 CFLAGS := $(CFLAGS) -g -Wall -fomit-frame-pointer $(CFLAGSW) $(CFLAGSCPU) -fno-builtin -ffreestanding 44 44 45 45
Note: See TracChangeset
for help on using the changeset viewer.