st/xa: Fix crosscompile builds with nonstandard ld locations
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
@@ -42,7 +42,7 @@ default: $(XA_LIB_NAME)
|
||||
|
||||
# Make the library
|
||||
$(XA_LIB_NAME): depend $(OBJECTS)
|
||||
$(LD) -r -o $(XA_LIB_NAME) $(OBJECTS)
|
||||
$(CC) -r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS)
|
||||
|
||||
install: FORCE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user