diff options
author | Daniel Jacobowitz <drow@mvista.com> | 2002-01-21 16:14:48 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2002-01-21 11:14:48 -0500 |
commit | 94f1d97c484f45123d97286a6ded61f68dbca7fd (patch) | |
tree | 43bb062bb6839fdb123401342af8d83ea6c86312 | |
parent | 0333394edfb117c6a3b599dcc9c20ae872a2b0be (diff) | |
download | gcc-94f1d97c484f45123d97286a6ded61f68dbca7fd.zip gcc-94f1d97c484f45123d97286a6ded61f68dbca7fd.tar.gz gcc-94f1d97c484f45123d97286a6ded61f68dbca7fd.tar.bz2 |
config.gcc: Add entries to supported PowerPC --with-cpu types.
2002-01-21 Daniel Jacobowitz <drow@mvista.com>
* config.gcc: Add entries to supported PowerPC --with-cpu
types.
From-SVN: r49047
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be36d31..8daba8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 Daniel Jacobowitz <drow@mvista.com> + + * config.gcc: Add entries to supported PowerPC --with-cpu + types. + 2002-01-21 Jakub Jelinek <jakub@redhat.com> * config/i386/i386.c (ix86_function_arg_regno_p): Never return diff --git a/gcc/config.gcc b/gcc/config.gcc index 3f4daa4..1996c2f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3414,14 +3414,14 @@ powerpc*-*-* | rs6000-*-*) x) ;; - xcommon | xpower | xpower2 | xpowerpc | xrios \ - | xrios1 | xrios2 | xrsc | xrsc1 \ - | x601 | x602 | x603 | x603e | x604 | x604e | x620 \ - | x740 | x750 | x505) + xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \ + | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \ + | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \ + | x740 | x750 | x7400 | x7450 | x505) target_cpu_default2="\\\"$with_cpu\\\"" ;; - x401 | x403 | xec603e | x801 | x821 | x823 | x860) + x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860) target_cpu_default2="\\\"$with_cpu\\\"" tm_file="$tm_file rs6000/softfloat.h" ;; |