Skip to content

Instantly share code, notes, and snippets.

@citrus-it
Created October 14, 2021 07:12
Show Gist options
  • Save citrus-it/63e06f486704f338b5ff546ee11c807b to your computer and use it in GitHub Desktop.
Save citrus-it/63e06f486704f338b5ff546ee11c807b to your computer and use it in GitHub Desktop.
 export __GNUC=
 export PRIMARY_CC=gcc7,/opt/gcc-7/bin/gcc,gnu
 export PRIMARY_CCC=gcc7,/opt/gcc-7/bin/g++,gnu
-export SHADOW_CCS=gcc4,/opt/gcc-4.4.4/bin/gcc,gnu
-export SHADOW_CCCS=gcc4,/opt/gcc-4.4.4/bin/g++,gnu
+export SHADOW_CCS=gcc10,/opt/gcc-10/bin/gcc,gnu
+export SHADOW_CCCS=gcc10,/opt/gcc-10/bin/g++,gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment