From 51aac0ee9ffe1ae6bd1696e15957e1352882441c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Sep 2007 07:38:40 +0000 Subject: [PATCH] Cleanups. --- contrib/crossrpms/gcc/target-gcc.add | 2 +- contrib/crossrpms/gdb/gdb.add | 2 +- contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gcc.spec | 2 +- contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gdb.spec | 2 +- contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gcc.spec | 2 +- contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gcc.spec | 2 +- .../crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gcc.spec | 2 +- .../crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gcc.spec | 2 +- .../crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gcc.spec | 2 +- .../crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gcc.spec | 2 +- .../crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gdb.spec | 2 +- .../rtems4.9/mipstx39/rtems-4.9-mipstx39-rtems4.9-gdb.spec | 2 +- .../rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gcc.spec | 2 +- .../rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gdb.spec | 2 +- contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gcc.spec | 2 +- contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gcc.spec | 2 +- .../crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gdb.spec | 2 +- .../crossrpms/rtems4.9/tic4x/rtems-4.9-tic4x-rtems4.9-gcc.spec | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/contrib/crossrpms/gcc/target-gcc.add b/contrib/crossrpms/gcc/target-gcc.add index 88eff27017..6a9a033f32 100644 --- a/contrib/crossrpms/gcc/target-gcc.add +++ b/contrib/crossrpms/gcc/target-gcc.add @@ -37,7 +37,7 @@ GNU cc compiler for @tool_target@. %dir %{gcclib}/@tool_target@/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "@tool_target@" != "bfin-rtems4.8" +%if "@tool_target@" != "bfin-rtems4.9" %dir %{gcclib}/@tool_target@/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add index b7e6a8a0b7..0a47450cfe 100644 --- a/contrib/crossrpms/gdb/gdb.add +++ b/contrib/crossrpms/gdb/gdb.add @@ -22,7 +22,7 @@ BuildRequires: expat-devel BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 %endif -%if "@tool_target@" == "sparc-rtems4.8" +%if "@tool_target@" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 0d6f14a44d..031a35c3a9 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 @@ -375,7 +375,7 @@ GNU cc compiler for arm-rtems4.9. %dir %{gcclib}/arm-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "arm-rtems4.9" != "bfin-rtems4.8" +%if "arm-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/arm-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gdb.spec index 4382ace1e9..5dd183e577 100644 --- a/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/arm/rtems-4.9-arm-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "arm-rtems4.9" == "sparc-rtems4.8" +%if "arm-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 1460f87a1f..ef7d47f131 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 @@ -372,7 +372,7 @@ GNU cc compiler for avr-rtems4.9. %dir %{gcclib}/avr-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "avr-rtems4.9" != "bfin-rtems4.8" +%if "avr-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/avr-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gdb.spec index 34e813a15b..b81f9289f3 100644 --- a/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/avr/rtems-4.9-avr-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "avr-rtems4.9" == "sparc-rtems4.8" +%if "avr-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 82fb2737ef..aa4fb24760 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 @@ -369,7 +369,7 @@ GNU cc compiler for bfin-rtems4.9. %dir %{gcclib}/bfin-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "bfin-rtems4.9" != "bfin-rtems4.8" +%if "bfin-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/bfin-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gdb.spec index d83d22b7a8..406877eecf 100644 --- a/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/bfin/rtems-4.9-bfin-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "bfin-rtems4.9" == "sparc-rtems4.8" +%if "bfin-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 36d284f8d5..d28a789a04 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 @@ -378,7 +378,7 @@ GNU cc compiler for h8300-rtems4.9. %dir %{gcclib}/h8300-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "h8300-rtems4.9" != "bfin-rtems4.8" +%if "h8300-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/h8300-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gdb.spec index a9e0f6ed8a..94df8fd0d0 100644 --- a/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/h8300/rtems-4.9-h8300-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "h8300-rtems4.9" == "sparc-rtems4.8" +%if "h8300-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 bcb61e62ea..44ee006a50 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 @@ -378,7 +378,7 @@ GNU cc compiler for i386-rtems4.9. %dir %{gcclib}/i386-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "i386-rtems4.9" != "bfin-rtems4.8" +%if "i386-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/i386-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gdb.spec index 603cc2a8b8..9f0d8ff8dc 100644 --- a/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/i386/rtems-4.9-i386-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "i386-rtems4.9" == "sparc-rtems4.8" +%if "i386-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 a6ac706485..8cc15d2653 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 @@ -375,7 +375,7 @@ GNU cc compiler for m68k-rtems4.9. %dir %{gcclib}/m68k-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "m68k-rtems4.9" != "bfin-rtems4.8" +%if "m68k-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/m68k-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gdb.spec index b2c18027e1..78ec3e2128 100644 --- a/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/m68k/rtems-4.9-m68k-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "m68k-rtems4.9" == "sparc-rtems4.8" +%if "m68k-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 3c126d4398..86f3b8c96d 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 @@ -378,7 +378,7 @@ GNU cc compiler for mips-rtems4.9. %dir %{gcclib}/mips-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "mips-rtems4.9" != "bfin-rtems4.8" +%if "mips-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/mips-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gdb.spec index b9ea71aef3..d8686ac39a 100644 --- a/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/mips/rtems-4.9-mips-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "mips-rtems4.9" == "sparc-rtems4.8" +%if "mips-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel diff --git a/contrib/crossrpms/rtems4.9/mipstx39/rtems-4.9-mipstx39-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/mipstx39/rtems-4.9-mipstx39-rtems4.9-gdb.spec index e18c192cb0..394eb80be9 100644 --- a/contrib/crossrpms/rtems4.9/mipstx39/rtems-4.9-mipstx39-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/mipstx39/rtems-4.9-mipstx39-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "mipstx39-rtems4.9" == "sparc-rtems4.8" +%if "mipstx39-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 83d9071029..b77bcc2fd0 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 @@ -378,7 +378,7 @@ GNU cc compiler for powerpc-rtems4.9. %dir %{gcclib}/powerpc-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "powerpc-rtems4.9" != "bfin-rtems4.8" +%if "powerpc-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/powerpc-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gdb.spec index c1ea5afcd1..796da1247c 100644 --- a/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/powerpc/rtems-4.9-powerpc-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "powerpc-rtems4.9" == "sparc-rtems4.8" +%if "powerpc-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 55d8565215..9062599094 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 @@ -378,7 +378,7 @@ GNU cc compiler for sh-rtems4.9. %dir %{gcclib}/sh-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "sh-rtems4.9" != "bfin-rtems4.8" +%if "sh-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/sh-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gdb.spec index f12fed3fcc..8ef8da2529 100644 --- a/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/sh/rtems-4.9-sh-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "sh-rtems4.9" == "sparc-rtems4.8" +%if "sh-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel 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 5c5d4e068d..381f50f642 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 @@ -378,7 +378,7 @@ GNU cc compiler for sparc-rtems4.9. %dir %{gcclib}/sparc-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "sparc-rtems4.9" != "bfin-rtems4.8" +%if "sparc-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/sparc-rtems4.9/%{gcc_version}/include/ssp %endif %endif diff --git a/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gdb.spec b/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gdb.spec index 5972f37c61..c4f59b8be2 100644 --- a/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gdb.spec +++ b/contrib/crossrpms/rtems4.9/sparc/rtems-4.9-sparc-rtems4.9-gdb.spec @@ -35,7 +35,7 @@ BuildRequires: expat-devel # Required for building the infos BuildRequires: /sbin/install-info BuildRequires: texinfo >= 4.2 -%if "sparc-rtems4.9" == "sparc-rtems4.8" +%if "sparc-rtems4.9" == "sparc-rtems4.9" BuildRequires: libtermcap-devel %endif BuildRequires: ncurses-devel diff --git a/contrib/crossrpms/rtems4.9/tic4x/rtems-4.9-tic4x-rtems4.9-gcc.spec b/contrib/crossrpms/rtems4.9/tic4x/rtems-4.9-tic4x-rtems4.9-gcc.spec index ae22576c8f..2c284d6704 100644 --- a/contrib/crossrpms/rtems4.9/tic4x/rtems-4.9-tic4x-rtems4.9-gcc.spec +++ b/contrib/crossrpms/rtems4.9/tic4x/rtems-4.9-tic4x-rtems4.9-gcc.spec @@ -372,7 +372,7 @@ GNU cc compiler for tic4x-rtems4.9. %dir %{gcclib}/tic4x-rtems4.9/%{gcc_version}/include %if "%{gcc_version}" > "4.0.3" -%if "tic4x-rtems4.9" != "bfin-rtems4.8" +%if "tic4x-rtems4.9" != "bfin-rtems4.9" %dir %{gcclib}/tic4x-rtems4.9/%{gcc_version}/include/ssp %endif %endif