diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-17 05:32:12 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-18 12:23:18 -0500 |
commit | 5e25901fcc5e8a75e86b6829d3f887d4fbbea91e (patch) | |
tree | 1d76eb98dcf87913148b44c756489f340e254bab /sim/configure.ac | |
parent | 4cfcd3b333987a8040c1682e1766a1aeb2941a7d (diff) | |
download | fsf-binutils-gdb-5e25901fcc5e8a75e86b6829d3f887d4fbbea91e.zip fsf-binutils-gdb-5e25901fcc5e8a75e86b6829d3f887d4fbbea91e.tar.gz fsf-binutils-gdb-5e25901fcc5e8a75e86b6829d3f887d4fbbea91e.tar.bz2 |
sim: common: delete configure & Makefile
This was mostly orphaned a while back, but left behind so people could
still run `make headers`. Merge that one target to the top sim dir and
delete all the build logic. This should avoid confusing people further.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 7de8b99..99364ca 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -10,6 +10,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM AC_PROG_CC +AC_PROG_CPP AC_SUBST(CFLAGS) AC_SUBST(HDEFINES) AR=${AR-ar} |