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

Makefile Improvements #81

Merged
merged 5 commits into from
Jul 7, 2024
Merged

Makefile Improvements #81

merged 5 commits into from
Jul 7, 2024

Conversation

hensldm
Copy link
Contributor

@hensldm hensldm commented Jun 24, 2024

A few ideas I had regarding the Makefile that I think are improvements, and would allow ability to add a modern compiler much easier.

In particular using $(CC) instead of $(WORKING_DIR)/$(CC)

Edit: I've also changed the assembly file recipes to actually use AS instead of CC, and for gcc have it use gcc -x assembler-with-cpp for AS. For me this seems clearer what is going on, as it did take me a little bit to figure out that gcc was actually passing -x assembler-with-cpp in the first place.

@hensldm hensldm merged commit 0c679b2 into decompals:main Jul 7, 2024
20 checks passed
@hensldm hensldm deleted the makefile branch July 7, 2024 20:56
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.

5 participants