Browse Source

gcc: removed broken code which was supposed to create symlinks for runtime libraries

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
fb0aae7f8a
  1. 14
      base/gcc/gcc.conf

14
base/gcc/gcc.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gcc/gcc.conf
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -267,18 +267,6 @@ gcc_postmake()
ln -sfv gfortran $root/$prefix/bin/f77
fi
# Create symlinks for runtime libraries so they can be found by
# the dynamic loader and force rebuilding of the wrapper links
#
if atstage native; then
( cd $root/$libdir ; ln -sfv ${gcc_lib_dir}/*.so.* . )
# multilib w/ 32bit - we do just check for the output dir ...
[ -e $root/$libdir/${gcc_lib_dir}/32 ] && (
cd $root/$libdir/../lib/
ln -sfv ../lib64/${gcc_lib_dir}/32/*.so.* .
)
fi
true
}

Loading…
Cancel
Save