clean(binutils)

This commit is contained in:
Jacob Heider 2023-02-09 19:33:23 -05:00 committed by Jacob Heider
parent 662b5f17a5
commit c3ba74e8f2

View file

@ -16,8 +16,6 @@ build:
tea.xyz/gx/cc: c99 tea.xyz/gx/cc: c99
linux: linux:
gnu.org/gcc: '*' gnu.org/gcc: '*'
# bootstrap phase 2
gnu.org/binutils: '*'
script: | script: |
./configure --prefix={{ prefix }} ./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }} make --jobs {{ hw.concurrency }}