From e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 26 Dec 2022 22:39:03 -0500 Subject: sim: build: drop support for creating libsim.a in subdirs Now that all ports have moved to creating libsim.a in the top-level, drop all the support code to create it in a subdir. --- sim/v850/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/v850') diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 61df283..dc319dc 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -17,8 +17,6 @@ ## COMMON_PRE_CONFIG_FRAG -SIM_LIBSIM = - SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 ## COMMON_POST_CONFIG_FRAG -- cgit v1.1