diff options
Diffstat (limited to 'sal/qa/rtl/alloc/makefile.mk')
-rwxr-xr-x | sal/qa/rtl/alloc/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/rtl/alloc/makefile.mk b/sal/qa/rtl/alloc/makefile.mk index 817554074..15d3ff3f9 100755 --- a/sal/qa/rtl/alloc/makefile.mk +++ b/sal/qa/rtl/alloc/makefile.mk @@ -35,6 +35,8 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(CROSS_COMPILING)"=="" + CFLAGS+= $(LFS_CFLAGS) CXXFLAGS+= $(LFS_CFLAGS) @@ -54,6 +56,8 @@ SHL1VERSIONMAP= $(PRJ)$/qa$/export.map # do this here, so we get right dependencies # SLOFILES=$(SHL1OBJS) +.ENDIF + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |