OSDN Git Service
(root)
/
android-x86
/
external-mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5b4b3
)
gallium/targets: Trivial crosscompiling fix
author
Thomas Hellstrom
<thellstrom@vmware.com>
Tue, 9 Nov 2010 11:50:12 +0000
(12:50 +0100)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Tue, 9 Nov 2010 11:50:12 +0000
(12:50 +0100)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/gallium/targets/Makefile.dri
patch
|
blob
|
history
diff --git
a/src/gallium/targets/Makefile.dri
b/src/gallium/targets/Makefile.dri
index
59961e9
..
3fb4cc6
100644
(file)
--- a/
src/gallium/targets/Makefile.dri
+++ b/
src/gallium/targets/Makefile.dri
@@
-80,7
+80,7
@@
$(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(PIPE_DRIVERS) Makefile \
$(OBJECTS) $(PIPE_DRIVERS) \
-Wl,--start-group $(MESA_MODULES) -Wl,--end-group \
$(DRI_LIB_DEPS) $(DRIVER_EXTRAS)
- $(CXX) $(CFLAGS) -o $@.test $(TOP)/src/mesa/drivers/dri/common/dri_test.o $@.tmp $(DRI_LIB_DEPS);
+ $(CXX) $(CFLAGS) -o $@.test $(TOP)/src/mesa/drivers/dri/common/dri_test.o $@.tmp $(DRI_LIB_DEPS)
$(LDFLAGS)
;
@rm -f $@.test
mv -f $@.tmp $@