forked from pool/binutils
Accepting request 125946 from devel:gcc
- fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools - fix stupid typo - fix default elf format for arm cross tools OBS-URL: https://build.opensuse.org/request/show/125946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=79
This commit is contained in:
commit
fdeb3591bf
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -254,8 +254,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cross-i386-binutils
|
Name: cross-i386-binutils
|
||||||
ExcludeArch: i%86
|
ExcludeArch: %ix86
|
||||||
%define cross 1
|
%define cross 1
|
||||||
%define TARGET i586
|
%define TARGET i586
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 08:43:29 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix default elf format for arm cross tools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 19 05:09:40 UTC 2012 - factory-maintainer@kulow.org
|
||||||
|
|
||||||
|
- fix stupid typo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
Mon Jun 18 11:06:01 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
|
|||||||
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
|
||||||
TARGET_OS=%{TARGET}
|
TARGET_OS=%{TARGET}
|
||||||
%else
|
%else
|
||||||
|
%if "%{TARGET}" == "arm"
|
||||||
|
TARGET_OS=%{TARGET}-suse-linux-gnueabi
|
||||||
|
%else
|
||||||
TARGET_OS=%{TARGET}-suse-linux
|
TARGET_OS=%{TARGET}-suse-linux
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
../configure CFLAGS="${RPM_OPT_FLAGS}" \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-bugurl=http://bugs.opensuse.org/ \
|
--with-bugurl=http://bugs.opensuse.org/ \
|
||||||
|
@ -8,7 +8,7 @@ for arch in hppa hppa64 mips arm i386 x86_64 s390 s390x ppc ppc64 ia64 sparc alp
|
|||||||
|
|
||||||
ln -f binutils.changes cross-$arch-binutils.changes
|
ln -f binutils.changes cross-$arch-binutils.changes
|
||||||
targetarch=`echo $arch | sed -e "s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/"`
|
targetarch=`echo $arch | sed -e "s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/"`
|
||||||
exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/i%86/;s/arm/%arm/'`
|
exclarch=`echo $arch | sed -e 's/parisc/hppa/;s/i.86/%ix86/;s/arm/%arm/'`
|
||||||
sed -e "s/^Name:.*binutils\$/Name: cross-$arch-binutils\nExcludeArch: $exclarch\n%define cross 1\n%define TARGET $targetarch/;" \
|
sed -e "s/^Name:.*binutils\$/Name: cross-$arch-binutils\nExcludeArch: $exclarch\n%define cross 1\n%define TARGET $targetarch/;" \
|
||||||
< binutils.spec > cross-$arch-binutils.spec
|
< binutils.spec > cross-$arch-binutils.spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user