GramEditor/gram
37
980
Fork
You've already forked gram
89

Misc small fixes to script/bundle-linux #368

Merged
krig merged 2 commits from catgirlconspiracy/gram:bundle-linux-misc into main 2026年07月09日 05:02:44 +02:00

This is a few things I ran into while building gram on Chimera. It's not really comprehensive support, but it did let me build the main bundle with no further script changes (remote-server needed more compiler flags to build).

  • checking the gcc version shouldn't be necessary on systems that don't have gcc because they're using e.g. clang as a system compiler
  • getting the musl target should work a bit better now: it leaves the triple unchanged if it's already musl rather than producing an invalid one, and it probably works now in some edge cases like arm-unknown-linux-gnueabihf
This is a few things I ran into while building gram on [Chimera](https://chimera-linux.org/). It's not really comprehensive support, but it did let me build the main bundle with no further script changes (remote-server needed more compiler flags to build). * checking the gcc version shouldn't be necessary on systems that don't have gcc because they're using e.g. clang as a system compiler * getting the musl target should work a bit better now: it leaves the triple unchanged if it's already musl rather than producing an invalid one, and it probably works now in some edge cases like arm-unknown-linux-gnueabihf
Owner
Copy link

Hi, thank you! The changes look good to me.

Hi, thank you! The changes look good to me.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GramEditor/gram!368
Reference in a new issue
GramEditor/gram
No description provided.
Delete branch "catgirlconspiracy/gram:bundle-linux-misc"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?