diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-01-24 00:10:44 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-01-24 00:10:44 +0100 |
commit | 6a18d9521b3a608081352d3cc855977a19ed65a3 (patch) | |
tree | 1e4ada12047333de09ff9cc54d5b6dcf00d49204 /mpq | |
parent | 15c4288eab10dc3337e1d2ac1da09020d48d2a82 (diff) | |
download | gmp-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 'mpq')
-rw-r--r-- | mpq/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq/Makefile.in b/mpq/Makefile.in index 0db1de50d..b8dab080a 100644 --- a/mpq/Makefile.in +++ b/mpq/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@ |