Skip to content
Snippets Groups Projects
Commit 13600a6c authored by Martin Reinecke's avatar Martin Reinecke
Browse files

first comments and suggested changes

parent 754741cc
No related tags found
No related merge requests found
...@@ -131,9 +131,10 @@ endif ...@@ -131,9 +131,10 @@ endif
ifeq ($(SYSTYPE), "Generic-gcc-single") ifeq ($(SYSTYPE), "Generic-gcc-single")
include buildsystem/Makefile.comp.gcc include buildsystem/Makefile.comp.gcc
include buildsystem/Makefile.gen.singlelibs include buildsystem/Makefile.gen.libs
endif endif
# MR: this entry seems inconsistent (gcc/Intel). Should we remove it or fix it?
ifeq ($(SYSTYPE), "Generic-intel-single") ifeq ($(SYSTYPE), "Generic-intel-single")
include buildsystem/Makefile.comp.gcc-paranoia include buildsystem/Makefile.comp.gcc-paranoia
include buildsystem/Makefile.gen.singlelibs include buildsystem/Makefile.gen.singlelibs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment