- Timestamp:
- Aug 5, 2010 11:10:13 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64451
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r30858 r31390 72 72 SOL_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. 73 73 endif 74 SOL_OBJCOPY := /usr/sfw/bin/gobjcopy --strip- unneeded-R .comment74 SOL_OBJCOPY := /usr/sfw/bin/gobjcopy --strip-debug -R .comment 75 75 SOL_GTAR := /usr/sfw/bin/gtar 76 77 76 78 77 # Figure out the paths to the two platform specific Qt4 directories
Note:
See TracChangeset
for help on using the changeset viewer.