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

cpuid: blacklist old gcc, fixes build on macOS <10.6 #18629

Merged
merged 1 commit into from Aug 9, 2023

Conversation

cebtenzzre
Copy link
Contributor

Description

gcc <=4.2 doesn't support the options used in the Makefile, or the 'asm' statement used for the cpuid instruction.

Fixes: https://trac.macports.org/ticket/67395

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.4.8 8L2127 i386
Component versions: DevToolsCore-798.0; DevToolsSupport-794.0

macOS 10.5.8 9L30 i386
Xcode 3.1.4 9M2809

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL?
  • checked your Portfile with port lint --nitpick?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?

gcc <=4.2 doesn't support the options used in the Makefile, or the 'asm'
statement used for the cpuid instruction.

Fixes: https://trac.macports.org/ticket/67395
@macportsbot
Copy link

Notifying maintainers:
@RJVB for port cpuid.

@macportsbot macportsbot added type: bugfix maintainer: open Affects an openmaintainer port labels May 12, 2023
Copy link
Contributor

@RJVB RJVB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@kencu kencu merged commit b2a04cc into macports:master Aug 9, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer: open Affects an openmaintainer port type: bugfix
4 participants