diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 10:42:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:25:13 -0400 |
commit | 1bf5c34239398dac1452e064b7194869054cf398 (patch) | |
tree | c2f4f0d0415fd9375c836e456395e568c4fcab8d /sim/common/Make-common.in | |
parent | 4ca8baee000128932f0cd61b226fa5b53656fc32 (diff) | |
download | gdb-1bf5c34239398dac1452e064b7194869054cf398.zip gdb-1bf5c34239398dac1452e064b7194869054cf398.tar.gz gdb-1bf5c34239398dac1452e064b7194869054cf398.tar.bz2 |
sim: unify cgen maintainer settings
Move these options up to the common dir so we only test & export
them once across all ports. It makes it available to targets that
aren't cgen-based, but those will just ignore the settings, so it
shouldn't be an issue.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index b8116d8..ba62c32 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -542,7 +542,6 @@ config.status: configure # CGEN support -CGENDIR = @cgendir@ CGEN = "`if [ -f ../../guile/libguile/guile ]; then echo ../../guile/libguile/guile; else echo guile ; fi` -l $(CGENDIR)/guile.scm -s" CGENFLAGS = -v CGEN_CPU_DIR = $(CGENDIR)/cpu |