projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d8930
)
Change --enable-cpu -> --with-cpu.
author
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 21 Dec 1995 17:39:09 +0000
(17:39 +0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Thu, 21 Dec 1995 17:39:09 +0000
(17:39 +0000)
From-SVN: r10824
gcc/config/rs6000/rs6000.c
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/rs6000.c
b/gcc/config/rs6000/rs6000.c
index ade400bbf01482834c2e408c34564c6037a762ce..0435520c0d3d64eabe6b8f4255c120f5b48c9d0d 100644
(file)
--- a/
gcc/config/rs6000/rs6000.c
+++ b/
gcc/config/rs6000/rs6000.c
@@
-49,7
+49,7
@@
enum processor_type rs6000_cpu;
struct rs6000_cpu_select rs6000_select[3] =
{
/* switch name, tune arch */
- { (char *)0, "--
enbable-cpu=",
1, 1 },
+ { (char *)0, "--
with-cpu=",
1, 1 },
{ (char *)0, "-mcpu=", 1, 1 },
{ (char *)0, "-mtune=", 1, 0 },
};