Skip to content

Enable -fPIC everywhere#200

Open
kiwidoggie wants to merge 1 commit intomasterfrom
feature/shd
Open

Enable -fPIC everywhere#200
kiwidoggie wants to merge 1 commit intomasterfrom
feature/shd

Conversation

@kiwidoggie
Copy link
Contributor

No description provided.


# Copy crtlib
cd /OpenOrbis-PS4-Toolchain/src/crt && as crtlib.S -o crtlib.o && mv crtlib.o /OpenOrbis-PS4-Toolchain/lib
cd /OpenOrbis-PS4-Toolchain/src/crt && as -fPIC crtlib.S -o crtlib.o && mv crtlib.o /OpenOrbis-PS4-Toolchain/lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not really make sense for assembly files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants