mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
Updated to GCC 12.2.0
This commit is contained in:
parent
86d897d580
commit
96b7fab22a
9 changed files with 107 additions and 0 deletions
5
packages/gcc/12.2.0/environment
vendored
Normal file
5
packages/gcc/12.2.0/environment
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue