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

Add Objective-C support #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Objective-C support #198

wants to merge 1 commit into from

Conversation

Midar
Copy link

@Midar Midar commented Nov 24, 2022

This does not build libobjc, as it is broken in several ways. However, it doesn't matter, since libobjc is basically not used by anyone anyway and everybody uses a different runtime such as the ObjFW runtime.

This does not build libobjc, as it is broken in several ways. However,
it doesn't matter, since libobjc is basically not used by anyone anyway
and everybody uses a different runtime such as the ObjFW runtime.
@Midar
Copy link
Author

Midar commented Jan 5, 2023

Ping @autc04

Choose a reason for hiding this comment

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

gcc/Makefile.in is generated from gcc/Makefile.tpl and gcc/Makefile.def with autogen; it isn't supposed to be modified directly

Copy link

@cooljeanius cooljeanius left a comment

Choose a reason for hiding this comment

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

@Midar please modify this PR so that it modifies gcc/Makefile.tpl and gcc/Makefile.def instead of modifying gcc/Makefile.in directly. After that's done you can regenerate gcc/Makefile.in with autogen.

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