diff options
author | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-29 01:38:50 +0000 |
commit | 50b4840e6dfd893ae2feecc3bd6ec49071796354 (patch) | |
tree | aa367693fd9828a1285a20bc191a47a436756147 /src/build-data/arch/sparc32.txt | |
parent | 3623be3fd05d890309cc3da4b3a1e319e357df65 (diff) |
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
Pretty much useless and unused, except for listing the module names in
build.h and the short versions totally suffice for that.
Diffstat (limited to 'src/build-data/arch/sparc32.txt')
-rw-r--r-- | src/build-data/arch/sparc32.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/build-data/arch/sparc32.txt b/src/build-data/arch/sparc32.txt index 6b752df87..57b19c519 100644 --- a/src/build-data/arch/sparc32.txt +++ b/src/build-data/arch/sparc32.txt @@ -1,5 +1,3 @@ -realname "SPARC" - # V7 doesn't have integer multiply, so it will be bitterly slow for some things # (especially BigInt). Also, it's fairly rare nowadays, so we default to V8. default_submodel sparc32-v8 @@ -31,4 +29,3 @@ sparc-v7 -> sparc32-v7 sparc-v8 -> sparc32-v8 sparc-v9 -> sparc32-v9 </submodel_aliases> - |