diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-21 02:30:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-21 03:10:16 -0400 |
commit | 767e68f1b93be396e0cf1296a11584dd725b9569 (patch) | |
tree | 70b6bc3952f2368fd0b582e8fe72a4b799348603 /sim/mcore/Makefile.in | |
parent | 248d23e82bc9430cdb6424a5b6b48999cf4001db (diff) | |
download | binutils-gdb-767e68f1b93be396e0cf1296a11584dd725b9569.tar.gz |
sim: mcore: switch to common syscall handling
Now that libgloss has a header tracking the syscalls for this arch, we
can update the database to include it for the symbolic constants/maps.
Then we can switch the mcore syscall callbacks over to the common ones.
Diffstat (limited to 'sim/mcore/Makefile.in')
-rw-r--r-- | sim/mcore/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mcore/Makefile.in b/sim/mcore/Makefile.in index 407b600f973..1b697cda117 100644 --- a/sim/mcore/Makefile.in +++ b/sim/mcore/Makefile.in @@ -15,6 +15,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# This selects the bfin newlib/libgloss syscall definitions. +NL_TARGET = -DNL_TARGET_mcore + ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = \ |