#65293#: add C52 support
This commit is contained in:
parent
47e44422b7
commit
28c1d42c2f
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.1.1.1 $
|
||||
# $Revision: 1.2 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $
|
||||
# last change: $Author: hr $ $Date: 2000-10-27 12:28:15 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -76,7 +76,7 @@ NO_BSYMBOLIC=TRUE
|
|||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
.IF "$(COM)$(CPU)" == "C50S"
|
||||
.IF "$(COM)$(CPU)" == "C50S" || "$(COM)$(CPU)" == "C52S"
|
||||
|
||||
#CFLAGS += -O5 -xO5
|
||||
|
||||
|
|
Loading…
Reference in a new issue