summaryrefslogtreecommitdiff
path: root/tests/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-01-24 00:10:44 +0100
committerKevin Ryde <user42@zip.com.au>2001-01-24 00:10:44 +0100
commit6a18d9521b3a608081352d3cc855977a19ed65a3 (patch)
tree1e4ada12047333de09ff9cc54d5b6dcf00d49204 /tests/mpbsd
parent15c4288eab10dc3337e1d2ac1da09020d48d2a82 (diff)
downloadgmp-6a18d9521b3a608081352d3cc855977a19ed65a3.tar.gz
Regenerate for:
* configure.in, mpn/Makeasm.am (ASMFLAGS_PIC): New substitution, allowing -DPIC to be suppressed on cygwin. (CFLAGS_PIC): New substitution, use it and $(CC) directly, rather than $(LIBTOOL), avoiding a problem with FreeBSD 2.2.8.
Diffstat (limited to 'tests/mpbsd')
-rw-r--r--tests/mpbsd/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mpbsd/Makefile.in b/tests/mpbsd/Makefile.in
index 881cfec52..a74bbda87 100644
--- a/tests/mpbsd/Makefile.in
+++ b/tests/mpbsd/Makefile.in
@@ -64,10 +64,12 @@ AMDEP = @AMDEP@
AMTAR = @AMTAR@
AR = @AR@
AS = @AS@
+ASMFLAGS_PIC = @ASMFLAGS_PIC@
AWK = @AWK@
CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
CC = @CC@
CCAS = @CCAS@
+CFLAGS_PIC = @CFLAGS_PIC@
CPP = @CPP@
CXX = @CXX@
CXXCPP = @CXXCPP@