Skip to content

Instantly share code, notes, and snippets.

View bmmalone's full-sized avatar

Brandon Malone bmmalone

  • Tuebingen, Germany
View GitHub Profile
@bmmalone
bmmalone / build-gcc
Last active December 19, 2023 23:29 — forked from jeetsukumaran/build-gcc.sh
Build and Install GCC Suite from Scratch
#! /bin/bash
GCC_VERSION="10.1.0"
WORKDIR="$HOME/gcc/src/"
INSTALLDIR="/$HOME/gcc/install/gcc-${GCC_VERSION}"
set +h
unset LIBRARY_PATH CPATH C_INCLUDE_PATH PKG_CONFIG_PATH CPLUS_INCLUDE_PATH INCLUDE LD_LIBRARY_PATH