changeset 1260:f496cd5041bd

improve libvpx: use $(TARGET) instead of i686-pc-mingw32
author Tony Theodore <tonyt@logyst.com>
date Mon, 20 Sep 2010 22:24:47 +1000
parents 8ab68c8615ca
children 050f5ff03b26
files src/libvpx.mk
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/libvpx.mk	Mon Sep 20 22:20:00 2010 +1000
+++ b/src/libvpx.mk	Mon Sep 20 22:24:47 2010 +1000
@@ -20,9 +20,7 @@
 
 define $(PKG)_BUILD
     cd '$(1)' && \
-	NM="i686-pc-mingw32-nm" \
-	STRIP="i686-pc-mingw32-strip" \
-	CC="i686-pc-mingw32-gcc" \
+	CROSS='$(TARGET)-' \
 	./configure \
         --prefix='$(PREFIX)/$(TARGET)' \
 	--target=x86-win32-gcc \