You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							160 lines
						
					
					
						
							6.4 KiB
						
					
					
				
			
		
		
	
	
							160 lines
						
					
					
						
							6.4 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../gmp/0001-libtool-tag-cc-hotfix.patch.disabled | |
| # Copyright (C) 2010 - 2011 The OpenSDE Project | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This patch file is dual-licensed. It is available under the license the | |
| # patched project is licensed under, as long as it is an OpenSource license | |
| # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | |
| # of the GNU General Public License as published by the Free Software | |
| # Foundation; either version 2 of the License, or (at your option) any later | |
| # version. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
|  | |
| From 345b8cbc9fdee503c0b2a480eddfe1470a3156b2 Mon Sep 17 00:00:00 2001 | |
| From: Christian Wiese <[email protected]> | |
| Date: Thu, 25 Feb 2010 13:49:19 +0100 | |
| Subject: [PATCH] add '--tag=CC' to libtool calls for compiling and linking | |
|  | |
| --- | |
|  Makefile.in        |    4 ++-- | |
|  mpf/Makefile.in    |    4 ++-- | |
|  mpn/Makefile.in    |    4 ++-- | |
|  mpq/Makefile.in    |    4 ++-- | |
|  mpz/Makefile.in    |    4 ++-- | |
|  printf/Makefile.in |    4 ++-- | |
|  scanf/Makefile.in  |    4 ++-- | |
|  7 files changed, 14 insertions(+), 14 deletions(-) | |
|  | |
| diff --git a/Makefile.in b/Makefile.in | |
| index eaab1bb..de01b07 100644 | |
| --- a/Makefile.in | |
| +++ b/Makefile.in | |
| @@ -200,11 +200,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
|  	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| diff --git a/mpf/Makefile.in b/mpf/Makefile.in | |
| index d277445..c28404a 100644 | |
| --- a/mpf/Makefile.in | |
| +++ b/mpf/Makefile.in | |
| @@ -88,11 +88,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  SOURCES = $(libmpf_la_SOURCES) | |
|  DIST_SOURCES = $(libmpf_la_SOURCES) | |
| diff --git a/mpn/Makefile.in b/mpn/Makefile.in | |
| index e981786..c6e8f13 100644 | |
| --- a/mpn/Makefile.in | |
| +++ b/mpn/Makefile.in | |
| @@ -94,11 +94,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  SOURCES = $(nodist_libmpn_la_SOURCES) \ | |
|  	$(nodist_EXTRA_libmpn_la_SOURCES) | |
| diff --git a/mpq/Makefile.in b/mpq/Makefile.in | |
| index c80bafc..9acb993 100644 | |
| --- a/mpq/Makefile.in | |
| +++ b/mpq/Makefile.in | |
| @@ -80,11 +80,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  SOURCES = $(libmpq_la_SOURCES) | |
|  DIST_SOURCES = $(libmpq_la_SOURCES) | |
| diff --git a/mpz/Makefile.in b/mpz/Makefile.in | |
| index 9159c4d..9de9d56 100644 | |
| --- a/mpz/Makefile.in | |
| +++ b/mpz/Makefile.in | |
| @@ -108,11 +108,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  SOURCES = $(libmpz_la_SOURCES) | |
|  DIST_SOURCES = $(libmpz_la_SOURCES) | |
| diff --git a/printf/Makefile.in b/printf/Makefile.in | |
| index 4bb96dc..78ae957 100644 | |
| --- a/printf/Makefile.in | |
| +++ b/printf/Makefile.in | |
| @@ -79,11 +79,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  SOURCES = $(libprintf_la_SOURCES) | |
|  DIST_SOURCES = $(libprintf_la_SOURCES) | |
| diff --git a/scanf/Makefile.in b/scanf/Makefile.in | |
| index 028a8c8..ed61c86 100644 | |
| --- a/scanf/Makefile.in | |
| +++ b/scanf/Makefile.in | |
| @@ -76,11 +76,11 @@ depcomp = | |
|  am__depfiles_maybe = | |
|  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
|  	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
| +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ | |
|  	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
|  	$(AM_CFLAGS) $(CFLAGS) | |
|  CCLD = $(CC) | |
| -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
|  	$(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
|  SOURCES = $(libscanf_la_SOURCES) | |
|  DIST_SOURCES = $(libscanf_la_SOURCES) | |
| --  | |
| 1.6.4.4 | |
| 
 | |
| 
 |