Skip to content

Add Objective-C support#198

Open
Midar wants to merge 1 commit intoautc04:masterfrom
Midar:cc1obj
Open

Add Objective-C support#198
Midar wants to merge 1 commit intoautc04:masterfrom
Midar:cc1obj

Conversation

@Midar
Copy link
Copy Markdown

@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
Copy Markdown
Author

Midar commented Jan 5, 2023

Ping @autc04

Comment thread gcc/Makefile.in
Copy link
Copy Markdown

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
Copy Markdown

@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.

@IoIxD
Copy link
Copy Markdown
Contributor

IoIxD commented Mar 13, 2025

Interested in this myself. How would one do this properly? I'm not familiar with autotools.

@cooljeanius
Copy link
Copy Markdown

If you are going to be modifying Makefile.tpl and Makefile.def, you'll want to read the autogen documentation: https://www.gnu.org/software/autogen/manual/html_node/autogen_toc.html

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.

3 participants