dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
170 stars 21 forks source link

Fixes/Improvments in 010-Tool_Chain-GCC. #42

Closed takusuman closed 3 years ago

takusuman commented 3 years ago

Clean exports and basic syntax improvments. I don't have time to fix/improve all the files @ doc/ for now, so take this as a guide of what do, please. :^) If y'all need anything else, just contact me via e-mail (luiz.antonio.rangel@outlook.com.br).

dslm4515 commented 3 years ago

@luiztheblues thanks! I do like the 'piping' and ... never got around understanding how make edits to files with sed. But do like the edits!

The link, ln -sv gcc /tools/bin/cc is more of a compatibility link... I havent checked what packages expect a cc binary as i know usually cc can be defined as CC=gcc for most packages