summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-11-10 14:37:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-11-10 14:37:40 +0000
commitea4cf2776938284ca6b27662f303dbe034e4e421 (patch)
treee0bb132cf7c3560bc38e1ca4ea3edea4aefbcda4 /contrib
parentRegenerate. (diff)
downloadrtems-ea4cf2776938284ca6b27662f303dbe034e4e421.tar.bz2
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gcc.spec4
-rw-r--r--contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gcc.spec4
10 files changed, 40 insertions, 0 deletions
diff --git a/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gcc.spec
index aa4249d45a..91d8a7f9fd 100644
--- a/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for arm-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/arm-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/arm-rtems4.9
%dir %{gccexec}/arm-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gcc.spec
index 98f66b716f..c3d8cc6ccf 100644
--- a/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gcc.spec
@@ -456,6 +456,10 @@ GNU cc compiler for avr-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/avr-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/avr-rtems4.9
%dir %{gccexec}/avr-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gcc.spec
index cf165da3c6..e20d7e7a85 100644
--- a/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gcc.spec
@@ -456,6 +456,10 @@ GNU cc compiler for bfin-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/bfin-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/bfin-rtems4.9
%dir %{gccexec}/bfin-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gcc.spec
index 8970cb7239..051a433e48 100644
--- a/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for h8300-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/h8300-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/h8300-rtems4.9
%dir %{gccexec}/h8300-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gcc.spec
index 16d881a0a4..29502a94e0 100644
--- a/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for i386-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/i386-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/i386-rtems4.9
%dir %{gccexec}/i386-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gcc.spec
index 67f3fec61d..a3136e7c4f 100644
--- a/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for m68k-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/m68k-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/m68k-rtems4.9
%dir %{gccexec}/m68k-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gcc.spec
index 7620af05e1..bf0ba27607 100644
--- a/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for mips-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/mips-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/mips-rtems4.9
%dir %{gccexec}/mips-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gcc.spec
index 2fdc078578..56d15ca386 100644
--- a/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for powerpc-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/powerpc-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/powerpc-rtems4.9
%dir %{gccexec}/powerpc-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gcc.spec
index d018f5268b..01a45bed35 100644
--- a/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for sh-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/sh-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/sh-rtems4.9
%dir %{gccexec}/sh-rtems4.9/%{gcc_version}
diff --git a/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gcc.spec
index 2906e583c3..419e54d6ed 100644
--- a/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gcc.spec
+++ b/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gcc.spec
@@ -467,6 +467,10 @@ GNU cc compiler for sparc-rtems4.9.
%endif
%endif
+%if "%{gcc_version}" >= "4.3.0"
+%dir %{gcclib}/sparc-rtems4.9/%{gcc_version}/include-fixed
+%endif
+
%dir %{gccexec}
%dir %{gccexec}/sparc-rtems4.9
%dir %{gccexec}/sparc-rtems4.9/%{gcc_version}