Skip to content

Conversation

@marijnvdwerf
Copy link
Contributor

Summary

  • Adds modern-asn64.py script to gcc2.8.1sn compiler Dockerfile
  • This enables the gcc2.8.1snew-cxx compiler variant to work correctly
  • Follows the same pattern used in gcc2.7.2snew compiler

Motivation

The gcc2.8.1snew-cxx compiler requires modern-asn64.py to function properly, but it wasn't included in the gcc2.8.1sn base compiler package. This PR adds the missing dependency.

Changes

🤖 Generated with Claude Code

This adds the modern-asn64.py script to the gcc2.8.1sn compiler by updating
the values.yaml configuration file and regenerating the Dockerfile using the
template system. This enables the gcc2.8.1snew-cxx compiler variant to work
correctly as it depends on this script for modern assembly generation.

Changes:
- Add modern-asn64.py URL to gcc2.8.1sn files list in values.yaml
- Regenerate Dockerfile using template.py to include the new dependency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@marijnvdwerf marijnvdwerf force-pushed the add-modern-asn64-to-gcc281sn branch from e15c1e5 to a0503d1 Compare September 18, 2025 07:51
@ethteck ethteck merged commit a559b67 into decompme:main Sep 18, 2025
3 checks passed
@marijnvdwerf marijnvdwerf deleted the add-modern-asn64-to-gcc281sn branch September 18, 2025 07:53
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