Skip to content

Instantly share code, notes, and snippets.

View 0x006E's full-sized avatar
😁
Idle

Nithin S Varrier 0x006E

😁
Idle
View GitHub Profile
@0x006E
0x006E / build-gcc.sh
Created May 31, 2018 13:03 — forked from jeetsukumaran/build-gcc.sh
Build and Install GCC Suite from Scratch
#! /bin/bash
GCC_VERSION="5.2.0"
WORKDIR="$HOME/src/"
INSTALLDIR="/platform"
## NOTE: XCode must be installed (through App Store) and the following run to install command-line tools.
## THIS IS IMPORTANT! Among other things, it creates '/usr/include' and installs the system header files.
# xcode-select --install