Commit 09c36669 by Daniel Jacobowitz Committed by Daniel Jacobowitz

* config.gcc: Add a missing sparc64 case.

From-SVN: r67554
parent f14262fb
2003-06-06 Daniel Jacobowitz <drow@mvista.com>
* config.gcc: Add a missing sparc64 case.
2003-06-06 Jakub Jelinek <jakub@redhat.com> 2003-06-06 Jakub Jelinek <jakub@redhat.com>
* mklibgcc.in: Propagate .note.GNU-stack section if needed into * mklibgcc.in: Propagate .note.GNU-stack section if needed into
......
...@@ -2424,7 +2424,7 @@ then ...@@ -2424,7 +2424,7 @@ then
eval "val=\$with_$which" eval "val=\$with_$which"
case x$val in case x$val in
x \ x \
| xsparc | xsparcv9 | xsparc86x \ | xsparc | xsparcv9 | xsparc64 | xsparc86x \
| xv7 | xcypress | xv8 | xsupersparc | xsparclite | xf930 \ | xv7 | xcypress | xv8 | xsupersparc | xsparclite | xf930 \
| xf934 | xhypersparc | xsparclite86x | xsparclet | tsc701 \ | xf934 | xhypersparc | xsparclite86x | xsparclet | tsc701 \
| xv9 | xultrasparc | xultrasparc3) | xv9 | xultrasparc | xultrasparc3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment