Clean up the cross-build rules slightly

This commit is contained in:
Andrew Johnson
2017-08-18 15:10:13 -05:00
parent 238f6772bd
commit 80dbc7aeef
2 changed files with 8 additions and 6 deletions

View File

@@ -182,6 +182,8 @@ OSITHREAD_USE_DEFAULT_STACK = NO
#--------------------------------------------------
# Link definitions
CROSS_LDFLAGS =
#
LINK.cpp = $(LD) -o $@ $(STATIC_LDFLAGS) $(PRODDIR_LDFLAGS) $(LDFLAGS)
LINK.cpp += $(PROD_LDFLAGS) $(PROD_LD_OBJS) $(PROD_LD_RESS) $(PROD_LDLIBS)