st/xa: Fix crosscompile builds with nonstandard ld locations

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
Thomas Hellstrom 2011-07-04 09:26:27 +02:00
parent a2a5ba5145
commit f81ac1840a

View file

@ -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