[rtems-crossrpms commit] Reflect cygwin updates.

Ralf Corsepius ralf at rtems.org
Thu Jan 30 18:03:14 UTC 2014


Module:    rtems-crossrpms
Branch:    master
Commit:    50eb9cf49c2580dbdfc3a346b651f4d1ba05b69a
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=50eb9cf49c2580dbdfc3a346b651f4d1ba05b69a

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Thu Dec 12 06:39:09 2013 +0100

Reflect cygwin updates.

---

 rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec    |    6 +++---
 rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec    |    6 +++---
 rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec  |    6 +++---
 .../h8300/rtems-4.11-h8300-rtems4.11-gcc.spec      |    6 +++---
 rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec  |    6 +++---
 rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec  |    6 +++---
 rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec  |    6 +++---
 rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec  |    6 +++---
 rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec  |    6 +++---
 .../rtems-4.11-microblaze-rtems4.11-gcc.spec       |    6 +++---
 rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec  |    6 +++---
 .../powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec  |    6 +++---
 rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec      |    6 +++---
 .../sparc/rtems-4.11-sparc-rtems4.11-gcc.spec      |    6 +++---
 .../sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec  |    6 +++---
 rtems4.11/v850/rtems-4.11-v850-rtems4.11-gcc.spec  |    6 +++---
 16 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec b/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec
index ec23d21..385f1f3 100644
--- a/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec
+++ b/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec b/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec
index 92c5a0c..2c112f3 100644
--- a/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec
+++ b/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec b/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec
index b459b96..a7b5621 100644
--- a/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec
+++ b/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec b/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
index 5a22be9..caa3dd4 100644
--- a/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
+++ b/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec b/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec
index 0317eca..8c80a7c 100644
--- a/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec
+++ b/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec b/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec
index 442f9d3..d80bd7c 100644
--- a/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec
+++ b/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec b/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec
index e1d29fc..4ac0183 100644
--- a/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec
+++ b/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec b/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec
index 82ebb46..ed316d9 100644
--- a/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec
+++ b/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec b/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec
index 628e3c3..02d2aa5 100644
--- a/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec
+++ b/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec b/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec
index 673697e..93ab7b6 100644
--- a/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec
+++ b/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec b/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec
index 93d9437..49dd380 100644
--- a/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec
+++ b/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec b/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
index 2600e15..0b80900 100644
--- a/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
+++ b/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec b/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec
index dac0555..09152e1 100644
--- a/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec
+++ b/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec b/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec
index 9283e3d..6e99043 100644
--- a/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec
+++ b/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec b/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec
index ad1b1dd..b6babb8 100644
--- a/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec
+++ b/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}
diff --git a/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gcc.spec b/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gcc.spec
index 29ea82d..b657d53 100644
--- a/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gcc.spec
+++ b/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gcc.spec
@@ -155,9 +155,9 @@ BuildRequires:  %{_host_rpmprefix}gcc-c++
 %endif
 
 %if 0%{?cygwin}
-%global mpc_provided 0.8
-%global mpfr_provided 2.4.1
-%global gmp_provided 4.3.1
+%global mpc_provided 1.0.1
+%global mpfr_provided 3.1.2
+%global gmp_provided 5.1.3
 %endif
 
 %if 0%{?mingw32}




More information about the vc mailing list