Browse Source

skalibs: improved to configure build environment

user/amery/next/uclibc
Christian Wiese 13 years ago
parent
commit
344c93f156
  1. 7
      develop/skalibs/skalibs.conf

7
develop/skalibs/skalibs.conf

@ -24,6 +24,13 @@ srcdir=prog/$pkg-$ver
runconf=0
skalibs_conf() {
# configure build environment
echo "$CC" > conf-compile/conf-cc
echo "$CC" > conf-compile/conf-ld
echo "$CC" > conf-compile/conf-dynld
echo "$STRIP -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-stripbins
echo "$STRIP -x -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-striplibs
echo "$root/$prefix" > conf-compile/conf-home
echo "$root$bindir" > conf-compile/conf-bin
echo "$root$includedir" > conf-compile/conf-include

Loading…
Cancel
Save