Landing: e14806bee99c

Project / Subsystem

gcc / gcc/aarch64

Date

2026-05-15

Author

Timo Rothenpieler

Commit

e14806bee99c1d6405d41d2092d20f2adbea75ab

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/aarch64
patch_id
commit_hash
e14806bee99c1d6405d41d2092d20f2adbea75ab
source_type
github
headline
AArch64: Fix support for POSIX threads on MinGW
tldr
GCC now correctly supports POSIX threads when targeting AArch64 MinGW environments.
author
Timo Rothenpieler
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • mingw
  • threads
  • configuration
discussion_id_link
bugzilla_pr
date
2026-05-15T00:00:00.000Z

GCC’s configuration for AArch64 MinGW targets was missing necessary settings for POSIX thread support, causing build failures when --with-threads=pthread was specified. This commit corrects the configuration files, enabling POSIX threads on AArch64 MinGW.