Don't export/override FORMAT_COMPILER_TARGET_ALT anymore in libretro-build-common.sh -

PS3 depends on alternate compiler compiling certain cores
This commit is contained in:
twinaphex 2013-11-08 07:39:55 +01:00
parent 53b76f457e
commit 5085ca2bf7
2 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,8 @@ echo "Compiler: ${COMPILER}"
[[ "${X86}" ]] && echo '=== x86 CPU detected... ==='
[[ "${X86}" ]] && [[ "${X86_64}" ]] && echo '=== x86_64 CPU detected... ==='
export FORMAT_COMPILER_TARGET_ALT="${FORMAT_COMPILER_TARGET}"
echo "${FORMAT_COMPILER_TARGET}"
echo "${FORMAT_COMPILER_TARGET_ALT}"
check_opengl() {
if [ "${BUILD_LIBRETRO_GL}" ]; then

View File

@ -73,6 +73,7 @@ if [ -z "$CXX" ]; then
fi
fi
FORMAT_COMPILER_TARGET_ALT=$FORMAT_COMPILER_TARGET
echo "CC = $CC"
echo "CXX = $CXX"
echo "STRIP = $STRIP"