Bug 230987 - Templates/config.guess fix config.guess for aarch64
Summary: Templates/config.guess fix config.guess for aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Many People
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-28 19:31 UTC by Mikael Urankar
Modified: 2018-08-29 18:54 UTC (History)
1 user (show)

See Also:


Attachments
patch (439 bytes, patch)
2018-08-28 19:31 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2018-08-28 19:31:34 UTC
Created attachment 196653 [details]
patch

Hi,

On FreeBSD aarch64, UNAME_MACHINE is arm64 and config.guess thinks it's an armv6 or armv7 platform.

The attached patch fixes the issue.

bash config.guess 
aarch64-unknown-freebsd12.0


I submitted the fix upstream.

Sorry for the breakage.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-29 18:53:20 UTC
A commit references this bug:

Author: antoine
Date: Wed Aug 29 18:53:00 UTC 2018
New revision: 478367
URL: https://svnweb.freebsd.org/changeset/ports/478367

Log:
  config.guess: merge upstream changes up to 2018-08-29

  PR:		230987
  With hat:	portmgr

Changes:
  head/Templates/config.guess
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2018-08-29 18:54:08 UTC
SHould be fixed.