diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 01:36:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:39:38 -0400 |
commit | 3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39 (patch) | |
tree | 3447c001bed2b46f077eb96ec351216ffd663e74 /sim/README-HACKING | |
parent | 3a829bc50c1da3163329356e561d5bf5b218ce35 (diff) | |
download | binutils-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.zip binutils-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.gz binutils-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.bz2 |
sim: delete SIM_AC_COMMON macro
Now that we've moved all content out to the common file, this is
empty and can be deleted it entirely.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r-- | sim/README-HACKING | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING index d4867c9..3715467 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -41,20 +41,11 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.in) AC_CONFIG_MACRO_DIRS([../common ../.. ../../config]) -SIM_AC_COMMON - ... target specific additions ... SIM_AC_OUTPUT --- snip --- -SIM_AC_COMMON: - -- invokes the autoconf macros most often used by the simulators -- defines --enable/--with options usable by all simulators -- initializes sim_link_files/sim_link_links as the set of symbolic links - to set up - SIM_AC_OUTPUT: - creates the symbolic links defined in sim_link_{files,links} |