diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-01 23:37:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-02 00:31:55 -0500 |
commit | e04ab9b01aa389fe4924bcabededd60c9b2851b4 (patch) | |
tree | b0f59bfd28330506c8e85b382e0cdd01cdf2506c /sim/ppc/Makefile.in | |
parent | d43207b0570c5d893e70efb3b14cc219d4ff1462 (diff) | |
download | fsf-binutils-gdb-e04ab9b01aa389fe4924bcabededd60c9b2851b4.zip fsf-binutils-gdb-e04ab9b01aa389fe4924bcabededd60c9b2851b4.tar.gz fsf-binutils-gdb-e04ab9b01aa389fe4924bcabededd60c9b2851b4.tar.bz2 |
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.
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |