From: Michael Meissner Date: Thu, 21 Dec 1995 17:40:39 +0000 (+0000) Subject: Change --enable-cpu to --with-cpu. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff22256006ab50edd22c950739609616ca4521a0;p=gcc.git Change --enable-cpu to --with-cpu. From-SVN: r10825 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 3bd9becfb2a..97fca6080b1 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -331,7 +331,7 @@ extern enum processor_type rs6000_cpu; SUBTARGET_OPTIONS \ } -/* rs6000_select[0] is reserved for the default cpu defined via --enable-cpu */ +/* rs6000_select[0] is reserved for the default cpu defined via --with-cpu */ struct rs6000_cpu_select { char *string;