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:
@@ -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/ \
|
||||
|
Reference in New Issue
Block a user