[MacPorts] LibcxxOnOlderSystems modified

MacPorts noreply at macports.org
Mon Oct 31 22:25:25 CET 2016


Page "LibcxxOnOlderSystems" was changed by jeremyhu
Diff URL: <https://trac.macports.org/wiki/LibcxxOnOlderSystems?action=diff&version=46>
Revision 46
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: LibcxxOnOlderSystems
=========================================================================
--- LibcxxOnOlderSystems (version: 45)
+++ LibcxxOnOlderSystems (version: 46)
@@ -111,11 +111,11 @@
 # clang-3.6 or newer is required for compiling ppc code with clang
 sudo port -v -s install clang-3.7
 
-# Uninstall the intel versions of these ports
-sudo port -v -f uninstall libcxx libcxxabi libmacho libunwind
-
 # Re-build libcxx, libcxxabi, libmacho, and libunwind with a ppc slice
-sudo port -v -s install libcxx universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
+sudo port -v -n upgrade --force libmacho +universal universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
+sudo port -v -n upgrade --force libunwind +universal universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
+sudo port -v -n upgrade --force libcxxabi +universal universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
+sudo port -v -n upgrade --force libcxx +universal universal_archs="x86_64 i386 ppc" configure.compiler=macports-clang-3.7
 }}}
 
 With this, a simple PPC C++ "Hello World" app was able to run successfully on an Intel Mac.  Not much more testing has been done than that.
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/LibcxxOnOlderSystems>
MacPorts <https://www.macports.org/>
Ports system for macOS

This is an automated message. Someone added your email address to be
notified of changes on 'LibcxxOnOlderSystems' page.
If it was not you, please report to admin at macports.org.


More information about the macports-changes mailing list