From 09818236a23f448cca09e1db84a18b08f59a5f24 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 26 Sep 2002 10:42:04 +0000 Subject: [PATCH] Add x prefix to v850e case for handling --with-cpu=v850e. From-SVN: r57538 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b5a6430d982..bc34947b9f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-26 Nick Clifton + + * config.gcc: Add x prefix to v850e case for handling + --with-cpu=v850e. + 2002-09-25 David S. Miller PR target/7842 diff --git a/gcc/config.gcc b/gcc/config.gcc index 7fada8c050d..1ab0f6d4cef 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2894,7 +2894,7 @@ v850*-*-*) case "x$with_cpu" in x) ;; - v850e) + xv850e) target_cpu_default2="TARGET_CPU_$with_cpu" ;; *) -- 2.30.2