| Age | Commit message (Collapse) | Author |
|
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>
|
|
Those messages got committed by accident, remove them.
Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>
|
|
Fix/improve reporting instructions and add contributing instructions to
the README file for better clarity.
Signed-off-by: Agatha Isabelle Moreira <code@agatha.dev>
|
|
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>
|
|
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>
|