diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-16 07:15:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-16 07:15:18 +0000 |
commit | c52c2a24e3fb7a44cddcef94e6521316c5e609ca (patch) | |
tree | 920bd112eb05301f254829aeb20265ff76034a60 /extra/Configs/Config.arm | |
parent | 8fb868cee4d58c06175765bb446a815f8b52d104 (diff) |
Update build rules a bit. fix quoting problems. Update default
x86 compiler optimization to not force building i386 opcodes.
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r-- | extra/Configs/Config.arm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 244226446..16e2511b1 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -32,7 +32,8 @@ choice type. Here are the settings recommended for greatest speed: - - "Generic Arm" for any ARM core + - "Generic Arm" select this if your compiler is already setup to + optimize things properly. - "arm7tdmi" an MMU-less ARM core such as those distributed by Atmel, Samsung, and others. - "StrongARM" for Intel's StrongARM cores, such as the |