use normal C compiler
This commit is contained in:
parent
dc87f207cd
commit
328b5011af
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ CEMPP = $(BIN)/ncpp
|
||||||
TABGEN = $(EMHOME)/bin/tabgen
|
TABGEN = $(EMHOME)/bin/tabgen
|
||||||
|
|
||||||
# What C compiler to use and how
|
# What C compiler to use and how
|
||||||
CC = fcc
|
CC = cc
|
||||||
COPTIONS =
|
COPTIONS = -O
|
||||||
LDFLAGS = -i
|
LDFLAGS = -i
|
||||||
|
|
||||||
# What parser generator to use and how
|
# What parser generator to use and how
|
||||||
|
|
Loading…
Reference in a new issue