diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 20:06:12 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-21 22:20:18 -0400 |
commit | 456ef1c1d43c0407801fb2d59db355472be8a554 (patch) | |
tree | ae7c5f7bbef0f9f9b05f73d97c8131538b52a965 /sim/Makefile.in | |
parent | be0387eed099dbc2f2bdc92fbf60e04f846c3b2b (diff) | |
download | gdb-456ef1c1d43c0407801fb2d59db355472be8a554.zip gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.gz gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.bz2 |
sim: unify hardware settings
Move these options up to the common dir so we only test & export
them once across all ports.
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r-- | sim/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in index 2737e10..62942d8 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -209,6 +209,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/m4/sim_ac_option_debug.m4 \ $(top_srcdir)/m4/sim_ac_option_endian.m4 \ $(top_srcdir)/m4/sim_ac_option_environment.m4 \ + $(top_srcdir)/m4/sim_ac_option_hardware.m4 \ $(top_srcdir)/m4/sim_ac_option_inline.m4 \ $(top_srcdir)/m4/sim_ac_option_profile.m4 \ $(top_srcdir)/m4/sim_ac_option_stdio.m4 \ @@ -759,6 +760,8 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +sim_hw_cflags = @sim_hw_cflags@ +sim_hw_sockser = @sim_hw_sockser@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ |