-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update makefiles and README after merging in PDLs
As PDLs are now part of Pharo-ArchC repository, there's no need to check out PDL. This commit updates makefiles and README accordingly. There's one issue with RISC-V PDL as it uses to upsteam `riscv-opcodes` to provide list of instructions and encodings. Technically it is an submodule so a special care is needed to make sure it is checked out. This is not a problem when one is using makefiles as they care for this, but it is a problem when relying solely on Iceberg / Metacello to load ArchC since there's no support for submodules.
- Loading branch information
Showing
4 changed files
with
12 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters