-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify GCC build to use binutils in /opt/gnu.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
340af56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just suggesting for the final system: what about doing it like Solaris and putting development tools at /usr/ccs? Or putting them at /usr/gnu, but linking against /usr/ccs?
340af56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only decided to add GCC to the final system because of libelf and grub. Both require GCC to build and I have not found alternatives.
I figured putting GCC in /opt/gnu would be good as GCC is an optional compiler. It makes it easy to remove GCC later.