mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Nuke mentions of HOST_CC.
CC_FOR_BUILD is the recommended name these days (HOST_CC was from an old gcc version, and is confusing anyway). Also, CC_FOR_BUILD should be set by configure.
This commit is contained in:
parent
54b4d589aa
commit
0976ff8582
3 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/bin/sh -x
|
||||
HOST_CC=gcc
|
||||
export HOST_CC
|
||||
export ANDROID_NDK_ROOT=/home/bill/Downloads/android-ndk-r7
|
||||
export ANDROID_SYSROOT=$ANDROID_NDK_ROOT/android-14-toolchain/sysroot
|
||||
export PATH=$ANDROID_NDK_ROOT/android-14-toolchain/bin:$PATH
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/sh -x
|
||||
HOST_CC=gcc
|
||||
export HOST_CC
|
||||
MINGW=/home/bill/src/mingw/mingw-cross-env-2.18
|
||||
export PKG_CONFIG_LIBDIR=$MINGW/usr/lib/pkgconfig
|
||||
export PATH=$MINGW/usr/bin:$PATH
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/sh -x
|
||||
HOST_CC=gcc
|
||||
export HOST_CC
|
||||
export PS3DEV=/usr/local/ps3dev
|
||||
export PSL1GHT=$PS3DEV
|
||||
export PKG_CONFIG_LIBDIR=$PS3DEV/portlibs/ppu/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue