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

Add mpfr project needed for GDB 14 #388

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Add mpfr project needed for GDB 14 #388

merged 3 commits into from
Jan 30, 2024

Commits on Jan 24, 2024

  1. gmp: Remove .la files when cross-building

    The files don't include the sysroot prefix in some places and do in
    others confusing libtool.
    bsdjhb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    cbd12ab View commit details
    Browse the repository at this point in the history
  2. mpfr: Add

    Remove .la files when cross-building.
    bsdjhb committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8156303 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. gdb: Depend on mpfr as well as gmp

    GDB 14 requires mpfr.  Previously it was an optional dependency.
    bsdjhb committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7604ee9 View commit details
    Browse the repository at this point in the history