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

Remove outdated options from XC #372

Merged
merged 5 commits into from Feb 4, 2024
Merged

Conversation

olebole
Copy link
Member

@olebole olebole commented Jan 24, 2024

Major driver here is the removal of the arch dependent -m32 flag (for i386). This flag shadowed a missing linker flag in the Makefile; this should help us moving towards cross compileability.

Then, all "shared image" support was removed. This was modelled for the SunOS shared library model, which involved patching a shared image. On Linux and macOS, shared library support works completely different, so it is removed here. I we ever want to enable a libiraf.so shared library, we will anyway re-implement this (maybe based on the Digital Unix version which is closer to what is used today).

Finally, a few variables and options were removed that are no longer in use. For compatibility, they stay as no-op in the argument list.

@olebole olebole changed the title Clean up xc.c a bit Remove outdated options from XC Jan 27, 2024
@olebole olebole force-pushed the no-m32 branch 2 times, most recently from a2d9347 to fb2e086 Compare February 2, 2024 11:35
@olebole olebole merged commit 2961390 into iraf-community:main Feb 4, 2024
4 checks passed
@olebole olebole deleted the no-m32 branch February 4, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant