diff options
-rw-r--r-- | ortho/gcc/Makefile | 4 | ||||
-rw-r--r-- | ortho/gcc/Makefile.conf.linux | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ortho/gcc/Makefile b/ortho/gcc/Makefile index 9db53c5..01a33d0 100644 --- a/ortho/gcc/Makefile +++ b/ortho/gcc/Makefile @@ -39,9 +39,7 @@ LIBIBERTY = $(AGCC_GCCOBJ_DIR)/libiberty/libiberty.a CPPLIB= # Not needed for GHDL BACKEND = $(AGCC_GCCOBJ_DIR)/gcc/libbackend.a \ - $(AGCC_GCCOBJ_DIR)/gcc/libcommon-target.a \ - $(AGCC_GCCOBJ_DIR)/gcc/libcommon.a \ - $(CPPLIB) $(LIBDECNUMBER) + $(AGCC_GCCOBJ_DIR)/gcc/libcommon-target.a BACKENDLIBS = $(CLOOGLIBS) $(GMPLIBS) $(PLUGINLIBS) $(HOST_LIBS) \ $(ZLIB) diff --git a/ortho/gcc/Makefile.conf.linux b/ortho/gcc/Makefile.conf.linux new file mode 100644 index 0000000..00ea917 --- /dev/null +++ b/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++ |