xerces-c: no need to disable PIE for i686
It seems that sharing a common CCACHE_DIR for all compilers is problematic between at least x86_64 and i686 in some cases. Revert to using per architecture ccache directories.
This commit is contained in:
parent
6c4c9a1590
commit
9bd521e9bd
2 changed files with 2 additions and 7 deletions
2
xbps-src
2
xbps-src
|
@ -591,7 +591,7 @@ else
|
|||
export PATH="$MYPATH"
|
||||
if [ -n "$XBPS_CCACHE" ]; then
|
||||
CCACHEPATH="/usr/lib/ccache/bin"
|
||||
export CCACHE_DIR="$XBPS_HOSTDIR/ccache"
|
||||
export CCACHE_DIR="$XBPS_HOSTDIR/ccache-${XBPS_CROSS_BUILD:-${XBPS_MACHINE}}"
|
||||
# Avoid not using cached files just due to compiler mtime
|
||||
# changes when e.g. bootstrapping
|
||||
export CCACHE_COMPILERCHECK=content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue