aboutsummaryrefslogtreecommitdiff
path: root/sim/README-HACKING
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-12 00:46:19 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-12 00:47:49 -0400
commit425b0b1a98456359084466b755aad51c462603df (patch)
treeec98d7d70f1a29c2b290d6cd10511f4d00381262 /sim/README-HACKING
parente7e40cedbb0508aa788e509075b9ba50c3af07ba (diff)
downloadfsf-binutils-gdb-425b0b1a98456359084466b755aad51c462603df.zip
fsf-binutils-gdb-425b0b1a98456359084466b755aad51c462603df.tar.gz
fsf-binutils-gdb-425b0b1a98456359084466b755aad51c462603df.tar.bz2
sim: clean up explicit environment build calls
This was enabled by default for all targets, but a few ports still include an explicit call. Clean that up, and update the docs.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r--sim/README-HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING
index bd0054f..69d08ff 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -278,8 +278,8 @@ Environment Simulation
The simplest simulator doesn't include environment support -- it merely
simulates the Instruction Set Architecture (ISA). Once you're ready to move
-on to the next level, call the common macro in your configure.ac:
-SIM_AC_OPTION_ENVIRONMENT
+on to the next level, it's time to start handling the --env option. It's
+enabled by default for all ports already.
This will support for the user, virtual, and operating environments. See the
sim-config.h header for a more detailed description of them. The former are