From 6a18d9521b3a608081352d3cc855977a19ed65a3 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 24 Jan 2001 00:10:44 +0100 Subject: 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. --- tests/mpbsd/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/mpbsd') 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@ -- cgit v1.2.1