From 43b86b4e1a23a3293c7f99c5a7bdebdd78ad11db Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Mon, 20 Jan 2014 14:01:47 +0000 Subject: Add example Makefile.conf, remove duplicate libs from Makefile --- ortho/gcc/Makefile | 4 +--- ortho/gcc/Makefile.conf.linux | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 ortho/gcc/Makefile.conf.linux (limited to 'ortho/gcc') diff --git a/ortho/gcc/Makefile b/ortho/gcc/Makefile index 9db53c5ef..01a33d09e 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 000000000..00ea91728 --- /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++ -- cgit v1.2.3