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

[Darwin/AArch64] Force BB triplet for now #38421

Merged
merged 1 commit into from
Nov 14, 2020
Merged

Conversation

Keno
Copy link
Member

@Keno Keno commented Nov 13, 2020

The toolchain we're using in BB is experimental. Since there is no official
GCC toolchain (yet), we can't expect ABI compatibility, so just ignore whatever
fortran may or may not be installed on the host and hardcode the triplet
we expect.

The toolchain we're using in BB is experimental. Since there is no official
GCC toolchain (yet), we can't expect ABI compatibility, so just ignore whatever
fortran may or may not be installed on the host and hardcode the triplet
we expect.
@Keno Keno mentioned this pull request Nov 13, 2020
31 tasks
@@ -1499,8 +1499,12 @@ LIBGCC_NAME := libgcc_s_seh-1.$(SHLIB_EXT)
endif
endif
ifeq ($(OS),Darwin)
ifeq ($(ARCH),aarch64)
LIBGCC_NAME := libgcc_s.2.$(SHLIB_EXT)
Copy link
Member

Choose a reason for hiding this comment

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

It's not clear to me whether this libgcc name is a temporary thing from iain's branch or permanent.

Copy link
Member Author

Choose a reason for hiding this comment

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

Not clear to me either, but since we're hardcoding the toolchain for now, I think it's ok.

@Keno Keno merged commit ba06f43 into master Nov 14, 2020
@Keno Keno deleted the kf/applesiforcebbtiplet branch November 14, 2020 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants