Skip to content

Conversation

martin4861
Copy link
Contributor

@martin4861 martin4861 commented Sep 17, 2025

Implement a gcc-11 toolchain for Linux x86_64.

Tested:

  • orion-engine
  • orion

@martin4861 martin4861 force-pushed the martin4861/implement-cpp11-linux-x86_64-toolchain branch from 979b2aa to bb112dc Compare September 17, 2025 09:13
@martin4861 martin4861 marked this pull request as ready for review September 17, 2025 09:15
@martin4861 martin4861 requested a review from a team as a code owner September 17, 2025 09:15
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a GCC 11 toolchain configuration for Linux x86_64 architecture. The implementation provides a complete Bazel toolchain definition with compiler paths, flags, and platform compatibility settings.

  • Defines a new cc_toolchain_config for GCC 11 with standard include directories and compilation flags
  • Creates corresponding cc_toolchain and toolchain targets for Bazel integration
  • Configures platform compatibility for Linux x86_64 execution and targeting

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Contributor

@armallen armallen left a comment

Choose a reason for hiding this comment

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

LGTM!

@martin4861 martin4861 merged commit 8a4883f into main Sep 17, 2025
2 checks passed
@martin4861 martin4861 deleted the martin4861/implement-cpp11-linux-x86_64-toolchain branch September 17, 2025 14:11
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