Skip to content

gccrs: Add script to generate rustc-lib - #4934

Merged
powerboat9 merged 1 commit into
Rust-GCC:masterfrom
powerboat9:gen-core
Sep 24, 2026
Merged

powerboat9 merged 1 commit into
Rust-GCC:masterfrom
powerboat9:gen-core

Conversation

@powerboat9

Copy link
Copy Markdown
Collaborator

This should make it easier to upgrade libraries when we bump the target rustc version.

This should make it easier to upgrade libraries when we bump the target
rustc version.

libgrust/ChangeLog:

	* rustc-lib/version-info: Regenerate, now mentions stdarch.
	* contrib/vendor-libs.sh: New file.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>

@philberty philberty left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM


SCRIPT_DIR="$(dirname "$0")"

VENDOR_VERSION=1.49.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could we accept the version as an optional argument? e.g. VENDOR_VERSION="${1:-1.49.0}". It avoids dirtying diff

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I could, but in my view we should have the version number it pulls/pulled checked in to git.

@powerboat9
powerboat9 added this pull request to the merge queue Sep 23, 2026
Merged via the queue into Rust-GCC:master with commit 16d6905 Sep 24, 2026
13 checks passed
@powerboat9
powerboat9 deleted the gen-core branch September 24, 2026 00:45
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.

3 participants