SHA256
1
0
forked from pool/binutils

Accepting request 259148 from home:a_faerber:epiphany

Enable the Epiphany target (epiphany-elf), which is needed for the Parallella board.

OBS-URL: https://build.opensuse.org/request/show/259148
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=168
This commit is contained in:
2014-11-04 16:19:26 +00:00
committed by Git OBS Bridge
parent face4cb5f0
commit 097f2bfdeb
23 changed files with 3179 additions and 1 deletions

View File

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