aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3d665c3..1ef26d9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-24 Nathan Sidwell <nathan@codesourcery.com>
+ Sandra Loosemore <sandra@codesourcery.com>
+
+ * config.gcc (powerpc-*): Allow native for with-cpu.
+
2013-05-24 Jeff Law <law@redhat.com>
PR tree-optimization/57124
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 41ea505..ef75fa5 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -3535,7 +3535,7 @@ case "${target}" in
tm_defines="${tm_defines} CONFIG_PPC405CR"
eval "with_$which=405"
;;
- "" | common \
+ "" | common | native \
| power | power[2345678] | power6x | powerpc | powerpc64 \
| rios | rios1 | rios2 | rsc | rsc1 | rs64a \
| 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \