projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e53ad
)
xatracker: fix the build of a 32bit lib on a 64bit os
author
Alexandre Demers
<alexandre.f.demers@gmail.com>
Thu, 5 Apr 2012 04:18:25 +0000
(
00:18
-0400)
committer
Zack Rusin
<zackr@vmware.com>
Thu, 5 Apr 2012 04:18:25 +0000
(
00:18
-0400)
we were missing cflags.
Signed-off-by: Zack Rusin <zackr@vmware.com>
src/gallium/state_trackers/xa/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/xa/Makefile
b/src/gallium/state_trackers/xa/Makefile
index b42e6197045fe5fb41857f690372ada11cf4410a..85223f8c0dcac729d95e45e3ca4bf3641d37682c 100644
(file)
--- a/
src/gallium/state_trackers/xa/Makefile
+++ b/
src/gallium/state_trackers/xa/Makefile
@@
-39,7
+39,7
@@
default: $(XA_LIB_NAME)
# Make the library
$(XA_LIB_NAME): depend $(OBJECTS)
- $(CC) -r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS)
+ $(CC) -r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS)
$(CFLAGS)
install: FORCE