diff options
author | Dan Nicholson <[email protected]> | 2010-04-11 20:56:22 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2010-04-11 20:57:28 -0700 |
commit | 4ebed8638682825100f18682041753ed4233667a (patch) | |
tree | 14939fb165e36f7d517860707801aa540ba3c76c | |
parent | 930bba24e556d94c676b6828340431a15a9edffb (diff) |
Revert "dri/drivers: fix 32bit builds on 64bit systems"
This reverts commit bd09fce27119548cb91cc2aa9ced6a7347aefc3a. Török
Edwin sent the correct fix to the list a couple days ago in
<[email protected]>.
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index c63c74b3287..f19cc039b22 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -54,7 +54,7 @@ $(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(EXTRA_MODULES) Makefile \ $(TOP)/src/mesa/drivers/dri/Makefile.template $(TOP)/src/mesa/drivers/dri/common/dri_test.o $(MKLIB) -o [email protected] -noprefix -linker '$(CC)' -ldflags '$(LDFLAGS)' \ $(OBJECTS) $(MESA_MODULES) $(EXTRA_MODULES) $(DRI_LIB_DEPS) - $(CC) $(ARCH_FLAGS) -o [email protected] $(TOP)/src/mesa/drivers/dri/common/dri_test.o [email protected] $(DRI_LIB_DEPS) + $(CC) -o [email protected] $(TOP)/src/mesa/drivers/dri/common/dri_test.o [email protected] $(DRI_LIB_DEPS) @rm -f [email protected] mv -f [email protected] $@ |