From e04ab9b01aa389fe4924bcabededd60c9b2851b4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 Jan 2024 23:37:11 -0500 Subject: sim: ppc: move termio defines to config.h Move the defines from explicit -D options to config.h defines to simplify the build and make it easier to move to the top-level configure. --- sim/ppc/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/ppc/Makefile.in') diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 26a1e7c..8eaad74 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -68,7 +68,6 @@ TIMEBASE_CFLAGS = @sim_timebase@ FLOAT_CFLAGS = @sim_float@ MONITOR_CFLAGS = @sim_monitor@ MODEL_CFLAGS = @sim_model@ @sim_default_model@ @sim_model_issue@ -TERMIO_CFLAGS = @sim_termio@ SWITCH_CFLAGS = @sim_switch@ CONFIG_CFLAGS = \ $(SMP_CFLAGS) \ @@ -78,7 +77,6 @@ CONFIG_CFLAGS = \ $(FLOAT_CFLAGS) \ $(MONITOR_CFLAGS) \ $(MODEL_CFLAGS) \ - $(TERMIO_CFLAGS) \ $(SWITCH_CFLAGS) SIM_FPU_CFLAGS = -DHAVE_COMMON_FPU -I../common -I${srcdir}/../common -- cgit v1.1