diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 17:46:15 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 17:46:15 -0500 |
commit | 33383d1674cdd18503cbdfc3678ec9764d7846fa (patch) | |
tree | c9f97bb744ada452d7962bf0e44b7a605575a987 /sim/README-HACKING | |
parent | 2a1b3235f2252e0019b84a4117d8c6b5d22e98f3 (diff) | |
download | gdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.zip gdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.tar.gz gdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.tar.bz2 |
sim: build: drop unused SIM_EXTRA_LIBS
Now that all run binaries are linked in the topdir, this subdir libs
variable isn't used anywhere, so punt it.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r-- | sim/README-HACKING | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING index d2b2786..c47eef8 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -51,8 +51,6 @@ SIM_OBJS = SIM_EXTRA_DEPS = # List of flags to always pass to $(CC). SIM_EXTRA_CFLAGS = -# List of extra libraries to link with. -SIM_EXTRA_LIBS = # Dependency of `clean' to clean any extra files. SIM_EXTRA_CLEAN = |