diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-09 04:00:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 02:54:59 -0500 |
commit | 22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab (patch) | |
tree | bb7933fd15e5c4c05fd24fa3c1e01197789f8a89 /sim/common/Make-common.in | |
parent | 7124407794aaa3762a25c26cd3a00a637f7241c9 (diff) | |
download | gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.zip gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.tar.gz gdb-22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab.tar.bz2 |
sim: drop --enable-sim-cflags option
No other sub directory provides such a configuration option, so
drop it from the sim dir as well. This cleans up a good bit of
code in the process.
If people want to use custom flags for just the sim, they can
still run configure+make by hand in the sim subdir and use the
normal CFLAGS settings.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 30844cc..a90d3d8 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -75,7 +75,6 @@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ CXXFLAGS = @CXXFLAGS@ LDFLAGS = @LDFLAGS@ -SIM_CFLAGS = @sim_cflags@ SIM_DEBUG = @sim_debug@ SIM_TRACE = @sim_trace@ SIM_PROFILE = @sim_profile@ @@ -228,7 +227,6 @@ CGEN_INCLUDE_DEPS = \ CONFIG_CFLAGS = \ @DEFS@ \ - $(SIM_CFLAGS) \ $(SIM_DEBUG) \ $(SIM_DEFAULT_MODEL) \ $(SIM_TRACE) \ |