core2s are called nocona in gcc
authorMatthias Braun <matze@braunis.de>
Wed, 9 Apr 2008 22:37:21 +0000 (22:37 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 9 Apr 2008 22:37:21 +0000 (22:37 +0000)
[r19204]

ir/be/ia32/ia32_architecture.c

index 9893e50..acad79e 100644 (file)
@@ -138,6 +138,7 @@ static const lc_opt_enum_int_items_t arch_items[] = {
        { "core",       arch_core, },
        { "yonah",      arch_core, },
        { "merom",      arch_core2, },
+       { "nocona",     arch_core2, },
        { "core2",      arch_core2, },
        { "k6",         arch_k6, },
        { "k6-2",       arch_k6_2, },