diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-07-25 00:11:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-25 00:43:59 +0100 |
commit | 712070946fb41c145b455813dc33e10f10f5ce06 (patch) | |
tree | 64133b519106faa8897b4d275b61f7e7a3efbd3b /README | |
parent | crossdev: disable USE=pie for all mingw targets (diff) | |
download | crossdev-712070946fb41c145b455813dc33e10f10f5ce06.tar.gz crossdev-712070946fb41c145b455813dc33e10f10f5ce06.tar.bz2 crossdev-712070946fb41c145b455813dc33e10f10f5ce06.zip |
crossdev: Make armv[67] default to hardfloat following eclass change
armv7a-unknown-linux-gnueabi would have previously been treated as
hardfloat but is now softfloat.
I have removed the armv7a-hardfloat-linux-gnueabi-7.3.0 example from
the README to avoid confusion even though it does still work.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,8 +50,7 @@ executables or kernels if applies): alpha-unknown-linux-gnu-7.3.0 arm-none-eabi-7.3.0 armv5tel-softfloat-linux-gnueabi-7.3.0 - armv7a-hardfloat-linux-gnueabi-7.3.0 - armv7a-unknown-linux-gnueabi-7.3.0 + armv7a-unknown-linux-gnueabihf-7.3.0 avr-7.3.0 hppa-unknown-linux-gnu-7.3.0 hppa2.0-unknown-linux-gnu-7.3.0 |