Skip to content
Snippets Groups Projects
Commit 7821b719 authored by paoletti's avatar paoletti
Browse files

Went back to 6.2.0

parent 3e207b03
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@
# test*.cpp pattern.
# enables c++17 on CAEN or 281 autograder
PATH := /usr/um/gcc-7.1.0/bin:/usr/um/gcc-6.2.0/bin:$(PATH)
LD_LIBRARY_PATH := /usr/um/gcc-7.1.0/lib64:/usr/um/gcc-6.2.0/lib64
LD_RUN_PATH := /usr/um/gcc-7.1.0/lib64:/usr/um/gcc-6.2.0/lib64
PATH := /usr/um/gcc-6.2.0/bin:$(PATH)
LD_LIBRARY_PATH := /usr/um/gcc-6.2.0/lib64
LD_RUN_PATH := /usr/um/gcc-6.2.0/lib64
# This is the path from the CAEN home folder to where projects will be
# uploaded. (eg. /home/mmdarden/eecs281/project1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment