diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-05 02:34:11 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-05 02:34:11 +0200 |
| commit | beb76e4dd362374b8f42cd971d394bba1074cd8d (patch) | |
| tree | 3ea4cc342737afb9225c01160c92647ba66c78bd /indev | |
| parent | 5d9aa2d3dfc7d6e51c2eb942ab4cdbae5571a40a (diff) | |
| download | psn00bsdk-fix-include.tar.gz | |
Replace .include with #includefix-include
For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf
15.1.0 were unable to resolve .include assembler directives.
As a workaround, it is still possible to use the preprocessor, and
therefore the usual #include preprocessor directive. However, this
requires the assembly files to use the uppercase .S file extension.
Diffstat (limited to 'indev')
| -rw-r--r-- | indev/psn00bdbg-mk2/monitor/sdkinst.S (renamed from indev/psn00bdbg-mk2/monitor/sdkinst.s) | 0 | ||||
| -rw-r--r-- | indev/psn00bdbg-mk2/monitor/stubinst.S (renamed from indev/psn00bdbg-mk2/monitor/stubinst.s) | 0 | ||||
| -rw-r--r-- | indev/psxpad/card.S (renamed from indev/psxpad/card.s) | 0 | ||||
| -rw-r--r-- | indev/psxpad/pad.S (renamed from indev/psxpad/pad.s) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/indev/psn00bdbg-mk2/monitor/sdkinst.s b/indev/psn00bdbg-mk2/monitor/sdkinst.S index 6d20624..6d20624 100644 --- a/indev/psn00bdbg-mk2/monitor/sdkinst.s +++ b/indev/psn00bdbg-mk2/monitor/sdkinst.S diff --git a/indev/psn00bdbg-mk2/monitor/stubinst.s b/indev/psn00bdbg-mk2/monitor/stubinst.S index 54bc8b9..54bc8b9 100644 --- a/indev/psn00bdbg-mk2/monitor/stubinst.s +++ b/indev/psn00bdbg-mk2/monitor/stubinst.S diff --git a/indev/psxpad/card.s b/indev/psxpad/card.S index 2732194..2732194 100644 --- a/indev/psxpad/card.s +++ b/indev/psxpad/card.S diff --git a/indev/psxpad/pad.s b/indev/psxpad/pad.S index 0fa66aa..0fa66aa 100644 --- a/indev/psxpad/pad.s +++ b/indev/psxpad/pad.S |
