mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8145670: New Solaris devkits are missing gobjcopy
Reviewed-by: ihse
This commit is contained in:
parent
05f53364c8
commit
00559e9eeb
2 changed files with 3 additions and 1 deletions
|
@ -96,12 +96,13 @@ if [ ! -d $SYSROOT ]; then
|
||||||
echo "Copying from $INSTALL_ROOT to $SYSROOT"
|
echo "Copying from $INSTALL_ROOT to $SYSROOT"
|
||||||
mkdir -p $SYSROOT
|
mkdir -p $SYSROOT
|
||||||
cp -rH $INSTALL_ROOT/lib $SYSROOT/
|
cp -rH $INSTALL_ROOT/lib $SYSROOT/
|
||||||
mkdir $SYSROOT/usr
|
mkdir $SYSROOT/usr $DEVKIT_ROOT/gnu
|
||||||
# Some of the tools in sysroot are needed in the OpenJDK build but cannot be
|
# Some of the tools in sysroot are needed in the OpenJDK build but cannot be
|
||||||
# run from their current location due to relative runtime paths in the
|
# run from their current location due to relative runtime paths in the
|
||||||
# binaries. Move the sysroot/usr/bin directory to the outer bin and have them
|
# binaries. Move the sysroot/usr/bin directory to the outer bin and have them
|
||||||
# be runnable from there to force them to link to the system libraries
|
# be runnable from there to force them to link to the system libraries
|
||||||
cp -rH $INSTALL_ROOT/usr/bin $DEVKIT_ROOT
|
cp -rH $INSTALL_ROOT/usr/bin $DEVKIT_ROOT
|
||||||
|
cp -rH $INSTALL_ROOT/usr/gnu/bin $DEVKIT_ROOT/gnu/
|
||||||
cp -rH $INSTALL_ROOT/usr/lib $SYSROOT/usr/
|
cp -rH $INSTALL_ROOT/usr/lib $SYSROOT/usr/
|
||||||
cp -rH $INSTALL_ROOT/usr/include $SYSROOT/usr/
|
cp -rH $INSTALL_ROOT/usr/include $SYSROOT/usr/
|
||||||
pkg -R $INSTALL_ROOT list > $SYSROOT/pkg-list.txt
|
pkg -R $INSTALL_ROOT list > $SYSROOT/pkg-list.txt
|
||||||
|
|
|
@ -13,6 +13,7 @@ database/berkeleydb-5@5.1.25-0.175.1.0.0.24.0
|
||||||
database/mysql-51/library@5.1.37-0.175.1.10.0.5.0
|
database/mysql-51/library@5.1.37-0.175.1.10.0.5.0
|
||||||
database/sqlite-3@3.7.14.1-0.175.1.10.0.4.0
|
database/sqlite-3@3.7.14.1-0.175.1.10.0.4.0
|
||||||
developer/base-developer-utilities@0.5.11-0.175.1.11.0.1.2
|
developer/base-developer-utilities@0.5.11-0.175.1.11.0.1.2
|
||||||
|
developer/gnu-binutils@2.21.1-0.175.1.0.0.24.0
|
||||||
developer/macro/cpp@0.5.11-0.175.1.19.0.4.0
|
developer/macro/cpp@0.5.11-0.175.1.19.0.4.0
|
||||||
driver/management/bmc@0.5.11-0.175.1.0.0.24.2
|
driver/management/bmc@0.5.11-0.175.1.0.0.24.2
|
||||||
driver/management/ipmi@0.5.11-0.175.1.6.0.3.2
|
driver/management/ipmi@0.5.11-0.175.1.6.0.3.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue