Created
March 12, 2014 17:27
-
-
Save ricardoanguiano/9511882 to your computer and use it in GitHub Desktop.
Sourcery CodeBench 2013.11 Lite vs Pro Multilib Comparison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- lite.txt 2014-03-12 10:23:48.946262000 -0700 | |
+++ pro.txt 2014-03-12 10:24:18.541654000 -0700 | |
@@ -1,10 +1,17 @@ | |
-$ arm-lite-current/i686-pc-linux-gnu/bin/arm-none-linux-gnueabi-gcc --version | |
-arm-none-linux-gnueabi-gcc (Sourcery CodeBench Lite 2013.11-33) 4.8.1 | |
+$ arm-embedded-current/i686-pc-linux-gnu/bin/arm-none-linux-gnueabi-gcc --version | |
+arm-none-linux-gnueabi-gcc (Sourcery CodeBench 2013.11-50) 4.8.1 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
-$ arm-lite-current/i686-pc-linux-gnu/bin/arm-none-linux-gnueabi-gcc --print-multi-lib | |
+$ arm-embedded-current/i686-pc-linux-gnu/bin/arm-none-linux-gnueabi-gcc --print-multi-lib | |
.; | |
armv4t;@march=armv4t | |
+vfp;@mfloat-abi=softfp | |
+be;@mbig-endian | |
+vfp-be;@mfloat-abi=softfp@mbig-endian | |
+armv7-a-neon;@march=armv7-a@mfloat-abi=softfp@mfpu=neon | |
+armv7-a-hard;@march=armv7-a@mfloat-abi=hard@mfpu=neon | |
thumb2;@mthumb@march=armv7-a | |
+thumb2-be;@mthumb@march=armv7-a@mbig-endian | |
+thumb2-neon;@mthumb@march=armv7-a@mfloat-abi=softfp@mfpu=neon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment