diff options
author | Brian Drummond | 2014-01-18 15:33:13 +0000 |
---|---|---|
committer | Brian Drummond | 2014-01-18 15:33:13 +0000 |
commit | 6c298ee5492078aab9de4ebd488c20b67b529f47 (patch) | |
tree | 270d2173fc03b843f71a21fbdfc8e37e7e97e709 /ortho/gcc/Makefile.inc | |
parent | 680f5421af7cb1b4d96e5b8a30aa3f87f9aacd2b (diff) | |
download | ghdl-6c298ee5492078aab9de4ebd488c20b67b529f47.tar.gz ghdl-6c298ee5492078aab9de4ebd488c20b67b529f47.tar.bz2 ghdl-6c298ee5492078aab9de4ebd488c20b67b529f47.zip |
Fix include/library paths for gmp/mpc/mpfr files in gcc builds
Diffstat (limited to 'ortho/gcc/Makefile.inc')
-rw-r--r-- | ortho/gcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/gcc/Makefile.inc b/ortho/gcc/Makefile.inc index 3416cf9..c7f9a6a 100644 --- a/ortho/gcc/Makefile.inc +++ b/ortho/gcc/Makefile.inc @@ -24,7 +24,7 @@ AGCC_INC_FLAGS=-I$(AGCC_GCCOBJ_DIR)/gcc -I$(AGCC_GCCSRC_DIR)/include \ -I$(AGCC_GCCSRC_DIR)/gcc -I$(AGCC_GCCSRC_DIR)/gcc/config \ - -I$(AGCC_GCCSRC_DIR)/libcpp/include + -I$(AGCC_GCCSRC_DIR)/libcpp/include $(GMPINC) AGCC_CFLAGS=-g -Wall -DIN_GCC $(AGCC_INC_FLAGS) AGCC_LOCAL_OBJS=ortho-lang.o |