Browse Source
We've been using this only to set the default word size to 64. We can easily move this into the makefile via a -D compiler flag and clean up the build logic quite a bit.gdb-13-branch
7 changed files with 44 additions and 2979 deletions
@ -1,16 +0,0 @@ |
|||
# generated automatically by aclocal 1.15.1 -*- Autoconf -*- |
|||
|
|||
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
|||
|
|||
# This file is free software; the Free Software Foundation |
|||
# gives unlimited permission to copy and/or distribute it, |
|||
# with or without modifications, as long as this notice is preserved. |
|||
|
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|||
# PARTICULAR PURPOSE. |
|||
|
|||
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) |
|||
m4_include([../m4/sim_ac_option_bitsize.m4]) |
|||
m4_include([../m4/sim_ac_output.m4]) |
|||
File diff suppressed because it is too large
@ -1,7 +0,0 @@ |
|||
dnl Process this file with autoconf to produce a configure script. |
|||
AC_INIT(Makefile.in) |
|||
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) |
|||
|
|||
SIM_AC_OPTION_BITSIZE([64]) |
|||
|
|||
SIM_AC_OUTPUT |
|||
Loading…
Reference in new issue