diff options
Diffstat (limited to 'src/ortho/gcc/Makefile.conf.linux')
-rw-r--r-- | src/ortho/gcc/Makefile.conf.linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ortho/gcc/Makefile.conf.linux b/src/ortho/gcc/Makefile.conf.linux new file mode 100644 index 0000000..00ea917 --- /dev/null +++ b/src/ortho/gcc/Makefile.conf.linux @@ -0,0 +1,4 @@ +# Example Makefile.conf +# Copy this file to Makefile.conf and edit as necessary for your platform + +HOST_LIBS = -ldl -lstdc++ |