Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102199 | Differences between
and this patch

Collapse All | Expand All

(-)configure (-2 / +2 lines)
Lines 3855-3861 Link Here
3855
   echo "$as_me:$LINENO: result: $gcc_version" >&5
3855
   echo "$as_me:$LINENO: result: $gcc_version" >&5
3856
echo "${ECHO_T}$gcc_version" >&6
3856
echo "${ECHO_T}$gcc_version" >&6
3857
3857
3858
   DEST_LIBDIR=$prefix/lib/gcc-lib/$host/$gcc_version
3858
   DEST_LIBDIR=$prefix/lib/gcc-lib/$host/$gcc_version/
3859
   SAVE_DIR=`pwd`
3859
   SAVE_DIR=`pwd`
3860
   PREFIX=$prefix
3860
   PREFIX=$prefix
3861
3861
Lines 4397-4403 Link Here
4397
case $host in
4397
case $host in
4398
  *x86_64* | *amd64* | *powerpc64* )
4398
  *x86_64* | *amd64* | *powerpc64* )
4399
    if test -d /usr/lib64 ; then
4399
    if test -d /usr/lib64 ; then
4400
       STARTFILE_PREFIX_2=/usr/lib64
4400
       STARTFILE_PREFIX_2=/usr/lib64/
4401
    fi
4401
    fi
4402
    ;;
4402
    ;;
4403
4403

Return to bug 102199