Changes between Initial Version and Version 1 of Ticket #54773, comment 11


Ignore:
Timestamp:
Sep 10, 2017, 11:23:04 PM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54773, comment 11

    initial v1  
    1 Well, I still don't agree but I already have llvmXX variants so I guess I don't care much either to use the first option.
     1> Well, I still don't agree but I already have llvmXX variants so I guess I don't care much either to use the first option.
    22
    3 Now that I have your attention though: what are those libgcc_ext.10.*.dylib "stub" libraries? I'm having to jump through hoops to do a binary replace in those files because neither install_name_tool nor `reinplace` want to change their dylib ID (shhht, my current hack uses ex's binary mode ... 8-) ) \\
    4 Am I right that they're exclusively for OS X 10.4 and 10.5 respectively? In that case I might just as well enable `+with_libgcc` only on a more recent OS version and just ignore those libraries.
     3Except that I hadn't really registered that `as` doesn't yet take a `--clang` argument. I'll take a raincheck on this aspect, until there is such an option. In the meantime we'll have to make do with a pre-fetch bail-out if ${prefix}/clang doesn't exist.