From 5a4d5467626f77a2aed0dd6f3b403a00d212dd5b Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 4 Apr 2012 15:09:19 +0100 Subject: [PATCH] build universal pspsdk tools --- dkpsp/scripts/build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkpsp/scripts/build-gcc.sh b/dkpsp/scripts/build-gcc.sh index bbf2ff2..34813e8 100644 --- a/dkpsp/scripts/build-gcc.sh +++ b/dkpsp/scripts/build-gcc.sh @@ -85,7 +85,7 @@ fi if [ ! -f configure-sdk ] then - ./configure --with-pspdev="$prefix" $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; } + CFLAGS_FOR_HOST=$cflags LDFLAGS=$ldflags ./configure --with-pspdev="$prefix" $CROSS_PARAMS || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; } touch configure-sdk fi