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