]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/52610 (mpfr fails to compile when specifying CFLAGS="-O3 -mcpu=leon")
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 24 Mar 2012 18:47:38 +0000 (18:47 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 24 Mar 2012 18:47:38 +0000 (18:47 +0000)
PR target/52610
* config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.

From-SVN: r185765

gcc/ChangeLog
gcc/config/sparc/sparc.h

index afde2733a89ea3c827f41dfffefc951a4eb2b4f5..24f316e213734c5edbed27a99b4b097cee4a387c 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-24  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/52610
+       * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=leon.
+
 2012-03-24  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/52656
index acc6be1fe1e4728b1f68e0e102f3c606e01eb674..a1919b4e7e7e266d7534fb23d9446ea665ddd68e 100644 (file)
@@ -329,6 +329,7 @@ extern enum cmodel sparc_cmodel;
 %{mcpu=sparclite86x:-Asparclite} \
 %{mcpu=f930:-Asparclite} %{mcpu=f934:-Asparclite} \
 %{mcpu=v8:-Av8} \
+%{mcpu=leon:-Av8} \
 %{mv8plus:-Av8plus} \
 %{mcpu=v9:-Av9} \
 %{mcpu=ultrasparc:%{!mv8plus:-Av9a}} \