Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BZ-62640: libbtool invocations should use --tag=CC #23

Closed
wants to merge 1 commit into from
Closed

BZ-62640: libbtool invocations should use --tag=CC #23

wants to merge 1 commit into from

Commits on Aug 19, 2019

  1. BZ-62640: libbtool invocations should use --tag=CC

    When using the generated/provided libtool on a different platform/compiler
    libtool complains about the missing tag because a proper configuration for the
    current one isn't present and cannot be derived.
    
    Always pass '--tag=CC' for maximum portability. E.g., apr-util and tcnative
    require this.
    michael-o committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    933df79 View commit details
    Browse the repository at this point in the history