diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-05-02 21:52:13 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-05-02 21:52:13 +0200 |
commit | d607f479f8e9739f88f24f5e9279fb45bbddcfb6 (patch) | |
tree | 4f2f961e46c4ad8fc7618cebb0861bd7e09cc6f5 /config.guess | |
parent | 74fd0b644ab5313ef95e890f2ef1d2e690b07575 (diff) | |
download | gmp-d607f479f8e9739f88f24f5e9279fb45bbddcfb6.tar.gz |
Recognise power7.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index c27635522..03ac583c9 100755 --- a/config.guess +++ b/config.guess @@ -454,6 +454,9 @@ main () #ifdef POWER_6 case POWER_6: puts ("power6"); break; #endif +#ifdef POWER_7 + case POWER_7: puts ("power7"); break; +#endif default: if (_system_configuration.architecture == POWER_RS) puts ("power"); |