mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
st/xa: Fix crosscompile builds with nonstandard ld locations
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
parent
a2a5ba5145
commit
f81ac1840a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue