SHA256
6
0
forked from pool/binutils

Accepting request 125638 from openSUSE:Factory:ARM

fix default elf format on arm

OBS-URL: https://build.opensuse.org/request/show/125638
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=98
This commit is contained in:
2012-06-21 12:18:52 +00:00
committed by Git OBS Bridge
parent 65b06feb0d
commit c7eddb1a5b
32 changed files with 144 additions and 0 deletions

View File

@@ -257,8 +257,12 @@ EXTRA_TARGETS="$EXTRA_TARGETS,arm-suse-linux-gnueabi"
%if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
TARGET_OS=%{TARGET}
%else
%if "%{TARGET}" == "arm"
TARGET_OS=%{TARGET}-suse-linux-gnueabi
%else
TARGET_OS=%{TARGET}-suse-linux
%endif
%endif
../configure CFLAGS="${RPM_OPT_FLAGS}" \
--prefix=%{_prefix} \
--with-bugurl=http://bugs.opensuse.org/ \