Move rust support to libports

Issue #1899
This commit is contained in:
Christian Helmuth
2016-05-12 10:26:36 +02:00
parent bb3e9300f6
commit 3ba61a2ddf
13 changed files with 7 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ $(LIB_A): $(OBJECTS)
$(MSG_MERGE)$(LIB_A)
$(VERBOSE)$(RM) -f $@
$(VERBOSE)$(AR) -rcs $@ $(OBJECTS)
#
#
# Rename from object to rlib
#
$(LIB_RLIB): $(OBJECTS)