summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingold2010-01-31 20:58:01 +0000
committergingold2010-01-31 20:58:01 +0000
commit0e19dc81495dd79bc351a77a158115de36fb9976 (patch)
tree70360ef79d997c2eab27a20dbb715cfd06dc032d
parente2b41faa79b1f32569ccbc514a375fc2e6f5e99f (diff)
downloadghdl-0e19dc81495dd79bc351a77a158115de36fb9976.tar.gz
ghdl-0e19dc81495dd79bc351a77a158115de36fb9976.tar.bz2
ghdl-0e19dc81495dd79bc351a77a158115de36fb9976.zip
Update Makefile: remove sysdeps.
-rw-r--r--ortho/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ortho/gcc/Makefile b/ortho/gcc/Makefile
index c8eba13..00a68c6 100644
--- a/ortho/gcc/Makefile
+++ b/ortho/gcc/Makefile
@@ -15,8 +15,8 @@ include $(orthobe_srcdir)/Makefile.inc
ORTHO_BASENAME=$(orthobe_srcdir)/ortho_gcc
ORTHO_PACKAGE=Ortho_Gcc
-#LIBFLAGS=$(HOME)/dist/mpfr-2.3.1/.libs/libmpfr.a $(HOME)/dist/gmp-4.2.2/.libs/libgmp.a
-LIBFLAGS=-lmpfr -lgmp
+LIBFLAGS=$(HOME)/dist/mpfr-2.3.1/.libs/libmpfr.a $(HOME)/dist/gmp-4.2.2/.libs/libgmp.a
+#LIBFLAGS=-lmpfr -lgmp
$(ortho_exec): $(AGCC_DEPS) $(ORTHO_BASENAME).ads force
$(GNATMAKE) -m -o $@ -g -aI$(ortho_srcdir) \