Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: sim/configure

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/common/sim-trace.c ('k') | sim/cr16/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/configure
diff --git a/sim/configure b/sim/configure
index 8fb62cb440eb934372a8ce4e529052cf1fbf572c..7fd0fd8bf4775f341237c0045fc253484ea3bab1 100755
--- a/sim/configure
+++ b/sim/configure
@@ -3768,17 +3768,17 @@ subdirs="$subdirs arm"
sim_testsuite=yes
;;
- rx-*-*)
+ rl78-*-*)
- sim_arch=rx
- subdirs="$subdirs rx"
+ sim_arch=rl78
+ subdirs="$subdirs rl78"
;;
- rl78-*-*)
+ rx-*-*)
- sim_arch=rl78
- subdirs="$subdirs rl78"
+ sim_arch=rx
+ subdirs="$subdirs rx"
;;
« no previous file with comments | « sim/common/sim-trace.c ('k') | sim/cr16/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698