aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-25Fix hwasan dependency hell, bump release and update infoAgatha Isabelle Moreira
Archlinux's original PKGBUILD for gcc builds gcc with hwasan, now supported on x86_64. But it's been implemented in may and the release package never got updated. This makes a nightmare to switch between original gcc package and gcc-fast-optimized because their dependencies won't match. Remove hwasan temporarily until the gcc package from the origin PKGBUILD gets built into the arch's repository. Bump the release and update `.SRCINFO`. Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>
2026-06-24PKGBUILD: Remove temporary debug messagesAgatha Isabelle Moreira
Those messages got committed by accident, remove them. Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>
2026-06-23Fix reporting instructions and add contributing instructionsAgatha Isabelle Moreira
Fix/improve reporting instructions and add contributing instructions to the README file for better clarity. Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>
2026-06-23Add options to `BOOT_CFLAGS` and `BOOT_LDFLAGS`Agatha Isabelle Moreira
Some optimization options were not ending up added to the to the build, overriden by `BOOT_CFLAGS` and `BOOT_LDFLAGS` in the `make` command. Add them to the `BOOT_CFLAGS` and `BOOT_LDFLAGS` to make sure they are applied. Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>
2026-06-23Initial CommitAgatha Isabelle Moreira
Add the initial files, adapted from forked repo https://gitlab.archlinux.org/archlinux/packaging/packages/gcc.git Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>