Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Pascal Support for IDO5.3 (upas) #41

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ifeq ($(VERSION),7.1)
IDO_TC := cc acpp as0 as1 cfe ugen ujoin uld umerge uopt usplit upas
else ifeq ($(VERSION),5.3)
IDO_VERSION := IDO53
IDO_TC := cc strip acpp as0 as1 cfe copt ugen ujoin uld umerge uopt usplit ld
IDO_TC := cc strip acpp as0 as1 cfe copt ugen ujoin uld umerge uopt usplit ld upas
else
$(error Unknown or unsupported IDO version - $(VERSION))
endif
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Convert selected IRIX C toolchain programs into modern Linux or macOS programs
## Supported Programs

* IDO 5.3
* cc, acpp, as0, as1, cfe, copt, ugen, ujoin, uld, umerge, uopt, usplit, ld, strip
* cc, acpp, as0, as1, cfe, copt, ugen, ujoin, uld, umerge, uopt, usplit, ld, strip, upas
* IDO 7.1
* cc, acpp, as0, as1, cfe, ugen, ujoin, uld, umerge, uopt, usplit, upas

Expand Down
Binary file added ido/5.3/usr/lib/upas
Binary file not shown.