Updated to GCC 12.2.0

This commit is contained in:
RVG|lory 2023-04-07 23:03:27 +02:00 committed by GitHub
parent 86d897d580
commit 96b7fab22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 0 deletions

5
packages/gcc/12.2.0/environment vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH
export LD_LIBRARY_PATH="$PWD/lib:$PWD/lib64" # Need this to properly link Fortran