forked from Imagelibrary/binutils-gdb
sim: ppc: move libsim.a creation to top-level
The objects are still compiled in the subdir, but the creation of the archive itself is in the top-level. This is a required step before we can move compilation itself up, and makes it easier to review. The downside is that each object compile is a recursive make instead of a single one. It adds some overhead, so it's not great, but it shouldn't be a big deal. This will go away once compilation is hoisted up.
This commit is contained in:
1
sim/configure
vendored
1
sim/configure
vendored
@@ -15502,7 +15502,6 @@ fi
|
||||
as_fn_append SIM_ENABLED_ARCHES " ppc"
|
||||
ac_config_files="$ac_config_files ppc/Makefile"
|
||||
|
||||
subdirs="$subdirs ppc"
|
||||
|
||||
ac_config_files="$ac_config_files ppc/.gdbinit:common/gdbinit.in"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user