Remove version suffixes, no longer needed on ubuntu 22.10 (clang 15)

Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
Daniel Lublin 2022-11-23 09:47:48 +01:00 committed by Joachim Strömbergson
parent ca5541ce0e
commit b30e62dbb5
4 changed files with 8 additions and 8 deletions

View file

@ -15,8 +15,8 @@ Build the FPGA bitstream with the firmware using `make` in the
`hw/application_fpga` directory.
If your available `objcopy` and `size` commands is anything other than
the default `llvm-objcopy-14` and `llvm-size-14` define `OBJCOPY` and
`SIZE` to whatever they're called on your system.
the default `llvm-objcopy` and `llvm-size` define `OBJCOPY` and `SIZE`
to whatever they're called on your system.
## Using QEMU