summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-22 13:34:54 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-22 13:34:54 +0200
commitf5e33c84017d846e530aeb901f764d1499a172c4 (patch)
treee4a7f125cf6c081d1a2f8206da241381b95a933b /mpn/Makefile.am
parent752414b178efd1004dc4001b721cb432f41260df (diff)
downloadgmp-f5e33c84017d846e530aeb901f764d1499a172c4.tar.gz
Better rule for tune-gcd-p
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index d883ec2b8..0054ed398 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -74,6 +74,6 @@ perfsqr.h:
cd ..; $(MAKE) $(AM_MAKEFLAGS) mpn/perfsqr.h
tune-gcd-p: gcd.c
- $(COMPILE) -DTUNE_GCD_P=1 gcd.c -o tune-gcd-p -L ../.libs -lgmp
+ $(COMPILE) -g -O1 -I $(top_srcdir)/tune -DTUNE_GCD_P=1 gcd.c -o tune-gcd-p -L ../.libs -L../tune/.libs -lspeed -lgmp -lm
include Makeasm.am