Use -mno-apcs-frame if DEBUG isn't defined.

Approved by:	re (blanket)
This commit is contained in:
Olivier Houchard 2005-06-27 14:33:32 +00:00
parent f7cbc4cc6e
commit 63825b2f74

View File

@ -41,6 +41,9 @@ CC += -mbig-endian
SYSTEM_LD += -EB
.endif
.if !defined(DEBUG)
CFLAGS += -mno-apcs-frame
.endif
%BEFORE_DEPEND
%OBJS