forked from pool/gcc12
- drop armv5tel, merge arm and armv6hl
- use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune - drop armv5tel, merge arm and armv6hl - use --with-cpu rather than specifying --with-arch/--with-tune Rev devel:gcc/22 Md5 3abec717ea6ec7e13c013b438024716c 2022-03-09 12:48:24 rguenther 960251
This commit is contained in:
parent
afa0ea3267
commit
1a79774641
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -586,14 +586,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -606,24 +598,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -586,14 +586,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -606,24 +598,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -586,14 +586,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -606,24 +598,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -586,14 +586,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -606,24 +598,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -585,14 +585,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -605,24 +597,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2706c6b7f7be7f249c303760ba94290b5268e9fde17ea8d5c1eac5886b0f6df6
|
||||
size 87689
|
||||
oid sha256:c5b7526a83f32e827184b1c6fb59c0566ddc3235c49c9a3e07c0f382aaba9977
|
||||
size 87303
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -777,14 +777,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -797,24 +789,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 22:43:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop armv5tel, merge arm and armv6hl
|
||||
- use --with-cpu rather than specifying --with-arch/--with-tune
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 11:00:49 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
25
gcc12.spec
25
gcc12.spec
@ -2266,14 +2266,6 @@ amdgcn-amdhsa,\
|
||||
--with-native-system-header-dir=/include \
|
||||
%endif
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "arm-none"
|
||||
--enable-multilib \
|
||||
--with-multilib-list=aprofile,rmprofile \
|
||||
@ -2286,24 +2278,15 @@ amdgcn-amdhsa,\
|
||||
--disable-threads \
|
||||
--disable-tls \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv5tel"
|
||||
--with-arch=armv5te \
|
||||
--with-float=soft \
|
||||
--with-mode=arm \
|
||||
--with-abi=aapcs-linux \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv6hl"
|
||||
--with-arch=armv6zk \
|
||||
--with-tune=arm1176jzf-s \
|
||||
%if "%{TARGET_ARCH}" == "armv6hl" || "%{TARGET_ARCH}" == "arm"
|
||||
--with-cpu=arm1176jzf-s \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfp \
|
||||
--with-fpu=vfpv2 \
|
||||
--disable-sjlj-exceptions \
|
||||
%endif
|
||||
%if "%{TARGET_ARCH}" == "armv7hl"
|
||||
--with-arch=armv7-a \
|
||||
--with-tune=generic-armv7-a \
|
||||
--with-cpu=generic-armv7-a \
|
||||
--with-float=hard \
|
||||
--with-abi=aapcs-linux \
|
||||
--with-fpu=vfpv3-d16 \
|
||||
|
Loading…
Reference in New Issue
Block a user