Skip to content

Instantly share code, notes, and snippets.

@vtlmks
Created August 4, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vtlmks/59bda17ab8af92326cdb8600527a57de to your computer and use it in GitHub Desktop.
Save vtlmks/59bda17ab8af92326cdb8600527a57de to your computer and use it in GitHub Desktop.
sed command to add line to config.gcc..
sed -i '/x86_64-\*-elf\*)/a \\ttmake_file=\"\${tmake_file\} i386/t-x86_64-elf\"' gcc-8.1.0/gcc/config.gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment