Changes between Version 63 and Version 64 of LibcxxOnOlderSystems


Ignore:
Timestamp:
May 7, 2018, 5:50:36 AM (6 years ago)
Author:
jmroot (Joshua Root)
Comment:

don't recommend delete_la_files

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v63 v64  
    2424cxx_stdlib         libc++
    2525buildfromsource    always
    26 delete_la_files    yes
    2726}}}
    2827
    29 delete_la_files is not necessary for libc++, but it is recommended since you need to set buildfromsource and rebuild all ports from scratch anyways.
     28These instructions previously said to set `delete_la_files yes`, but that is not recommended since it will render your installation unable to use binary archives when libc++ becomes the default on these OS versions.
    3029
    3130== Leopard and Snow Leopard (Intel) ==
     
    6261cxx_stdlib         libc++
    6362buildfromsource    always
    64 delete_la_files    yes
    6563default_compilers  macports-clang-3.4 gcc-4.2 apple-gcc-4.2 gcc-4.0
    6664}}}