Browse Source

Revert "bin/sde-build-tools: changed to also create a symlink lib -> lib64 when building cross tools for 64bit architectures"

This reverts commit 6fa6b28992.
user/chris/test/arm
Nagy Károly Gábriel 13 years ago
parent
commit
26e9d3bd7e
1 changed files with 2 additions and 13 deletions
  1. +2
    -13
      bin/sde-build-tools

+ 2
- 13
bin/sde-build-tools

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: bin/sde-build-tools
# Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -85,18 +85,7 @@ var_remove PATH ":" $base/$TOOLSDIR/wrapper
mkdir -p tmp
mkdir -p $TOOLSDIR/bin
mkdir -p $TOOLSDIR/wrapper
case $arch_machine in
powerpc64|sparc64|x86_64|mips64)
mkdir -p $TOOLSDIR/lib64
if [ ! -L $TOOLSDIR/lib ]; then
ln -sf lib64 $TOOLSDIR/lib
fi
;;
*)
mkdir -p $TOOLSDIR/lib
;;
esac
mkdir -p $TOOLSDIR/lib
if [ $toolsdir = tools.cross ]; then
mkdir -p $TOOLSDIR/{var/adm,etc,share,include}

Loading…
Cancel
Save