aboutsummaryrefslogtreecommitdiff
path: root/sim/README-HACKING
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-17 05:32:12 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-18 12:23:18 -0500
commit5e25901fcc5e8a75e86b6829d3f887d4fbbea91e (patch)
tree1d76eb98dcf87913148b44c756489f340e254bab /sim/README-HACKING
parent4cfcd3b333987a8040c1682e1766a1aeb2941a7d (diff)
downloadgdb-5e25901fcc5e8a75e86b6829d3f887d4fbbea91e.zip
gdb-5e25901fcc5e8a75e86b6829d3f887d4fbbea91e.tar.gz
gdb-5e25901fcc5e8a75e86b6829d3f887d4fbbea91e.tar.bz2
sim: common: delete configure & Makefile
This was mostly orphaned a while back, but left behind so people could still run `make headers`. Merge that one target to the top sim dir and delete all the build logic. This should avoid confusing people further.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r--sim/README-HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING
index 7f0f93e..583a559 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -191,10 +191,10 @@ convenience):
$ cd /tmp/$$/build
$ /tmp/$$/devo/configure --target=d10v-elf
-In the sim/common directory rebuild the headers:
+In the sim/ directory rebuild the headers:
- $ cd sim/common
- $ make headers
+ $ cd sim/
+ $ make nltvals
To add a new target: