* config.gcc: Add a missing sparc64 case.

From-SVN: r67554
This commit is contained in:
Daniel Jacobowitz 2003-06-06 16:23:21 +00:00 committed by Daniel Jacobowitz
parent f14262fb15
commit 09c36669b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-06 Daniel Jacobowitz <drow@mvista.com>
* config.gcc: Add a missing sparc64 case.
2003-06-06 Jakub Jelinek <jakub@redhat.com>
* mklibgcc.in: Propagate .note.GNU-stack section if needed into

View File

@ -2424,7 +2424,7 @@ then
eval "val=\$with_$which"
case x$val in
x \
| xsparc | xsparcv9 | xsparc86x \
| xsparc | xsparcv9 | xsparc64 | xsparc86x \
| xv7 | xcypress | xv8 | xsupersparc | xsparclite | xf930 \
| xf934 | xhypersparc | xsparclite86x | xsparclet | tsc701 \
| xv9 | xultrasparc | xultrasparc3)