VirtualBox

Changeset 8674 in vbox for trunk/src


Ignore:
Timestamp:
May 7, 2008 5:39:53 PM (17 years ago)
Author:
vboxsync
Message:

Solaris installer: revert debug package to using CP rather than copy only debug symbols as ld/objcopy don't co-operate on 32-bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r8660 r8674  
    3030SOLARIS_INST_DIR := $(PATH_TARGET)/install
    3131SOLARIS_DBG_DIR  := $(PATH_TARGET)/installdbg
    32 SOL_DBG_OBJCOPY  := /usr/sfw/bin/gobjcopy -p --only-keep-debug
     32SOL_DBG_OBJCOPY  := $(CP) -p    # Solaris ld/gobjcopy(2.15) don't get along on x86, works only on amd64. So just using cp for now.
    3333PKGINFO_ARCH     = $(shell uname -p)
    3434PKG_FILENAME     = VirtualBox-$(VBOX_VERSION_STRING)-SunOS-$(BUILD_TARGET_ARCH)-r$(VBOX_SVN_REV)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette