sim: clean up stale AC_PREREQ refs
This was purged from the tree when we upgraded to autoconf-2.69, but a few references in the sim tree were missed.
This commit is contained in:
parent
bf470982f9
commit
50df264dae
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* README-HACKING (AC_PREREQ): Delete.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* README-HACKING (C Language Assumptions): Require C11 compiler.
|
||||
|
@ -39,7 +39,6 @@ The configure.ac of a simulator using the common framework should look like:
|
||||
--- snip ---
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
sinclude(../common/aclocal.m4)
|
||||
AC_PREREQ(2.5)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
SIM_AC_COMMON
|
||||
|
17
sim/aarch64/configure
vendored
17
sim/aarch64/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
17
sim/arm/configure
vendored
17
sim/arm/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
17
sim/avr/configure
vendored
17
sim/avr/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
17
sim/bfin/configure
vendored
17
sim/bfin/configure
vendored
@ -2385,18 +2385,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12962,7 +12951,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12965 "configure"
|
||||
#line 12954 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13068,7 +13057,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13071 "configure"
|
||||
#line 13060 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/bpf/configure
vendored
17
sim/bpf/configure
vendored
@ -2367,18 +2367,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12924,7 +12913,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12927 "configure"
|
||||
#line 12916 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13030,7 +13019,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13033 "configure"
|
||||
#line 13022 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4: Replace duplicate text with pointer to README-HACKING.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* acinclude.m4 (SIM_AC_OPTION_WARNINGS): Document 1st argument.
|
||||
|
@ -5,18 +5,7 @@
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
m4_include(../../config/override.m4)
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/cr16/configure
vendored
17
sim/cr16/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/cris/configure
vendored
17
sim/cris/configure
vendored
@ -2376,18 +2376,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12933,7 +12922,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12936 "configure"
|
||||
#line 12925 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13039,7 +13028,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13042 "configure"
|
||||
#line 13031 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/d10v/configure
vendored
17
sim/d10v/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/erc32/configure
vendored
17
sim/erc32/configure
vendored
@ -2349,18 +2349,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12906,7 +12895,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12909 "configure"
|
||||
#line 12898 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13012,7 +13001,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13015 "configure"
|
||||
#line 13004 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/frv/configure
vendored
17
sim/frv/configure
vendored
@ -2371,18 +2371,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12928,7 +12917,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12931 "configure"
|
||||
#line 12920 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13034,7 +13023,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13037 "configure"
|
||||
#line 13026 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
17
sim/ft32/configure
vendored
17
sim/ft32/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/h8300/configure
vendored
17
sim/h8300/configure
vendored
@ -2354,18 +2354,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12911,7 +12900,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12914 "configure"
|
||||
#line 12903 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13017,7 +13006,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13020 "configure"
|
||||
#line 13009 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
13
sim/igen/configure
vendored
13
sim/igen/configure
vendored
@ -2073,18 +2073,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/iq2000/configure
vendored
17
sim/iq2000/configure
vendored
@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12925,7 +12914,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12928 "configure"
|
||||
#line 12917 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13031,7 +13020,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13034 "configure"
|
||||
#line 13023 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/lm32/configure
vendored
17
sim/lm32/configure
vendored
@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12925,7 +12914,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12928 "configure"
|
||||
#line 12917 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13031,7 +13020,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13034 "configure"
|
||||
#line 13023 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/m32c/configure
vendored
17
sim/m32c/configure
vendored
@ -2355,18 +2355,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12912,7 +12901,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12915 "configure"
|
||||
#line 12904 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13018,7 +13007,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13021 "configure"
|
||||
#line 13010 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/m32r/configure
vendored
17
sim/m32r/configure
vendored
@ -2370,18 +2370,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12927,7 +12916,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12930 "configure"
|
||||
#line 12919 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13033,7 +13022,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13036 "configure"
|
||||
#line 13025 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/m68hc11/configure
vendored
17
sim/m68hc11/configure
vendored
@ -2365,18 +2365,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12922,7 +12911,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12925 "configure"
|
||||
#line 12914 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13028,7 +13017,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13031 "configure"
|
||||
#line 13020 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/mcore/configure
vendored
17
sim/mcore/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
17
sim/microblaze/configure
vendored
17
sim/microblaze/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/mips/configure
vendored
17
sim/mips/configure
vendored
@ -2395,18 +2395,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12952,7 +12941,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12955 "configure"
|
||||
#line 12944 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13058,7 +13047,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13061 "configure"
|
||||
#line 13050 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/mn10300/configure
vendored
17
sim/mn10300/configure
vendored
@ -2371,18 +2371,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12928,7 +12917,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12931 "configure"
|
||||
#line 12920 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13034,7 +13023,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13037 "configure"
|
||||
#line 13026 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/moxie/configure
vendored
17
sim/moxie/configure
vendored
@ -2363,18 +2363,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12920,7 +12909,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12923 "configure"
|
||||
#line 12912 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13026,7 +13015,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13029 "configure"
|
||||
#line 13018 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
17
sim/msp430/configure
vendored
17
sim/msp430/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/or1k/configure
vendored
17
sim/or1k/configure
vendored
@ -2367,18 +2367,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12924,7 +12913,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12927 "configure"
|
||||
#line 12916 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13030,7 +13019,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13033 "configure"
|
||||
#line 13022 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim_calls.c (sim_memory_map): Define.
|
||||
|
13
sim/ppc/configure
vendored
13
sim/ppc/configure
vendored
@ -2407,18 +2407,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (AC_PREREQ): Delete.
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/pru/configure
vendored
17
sim/pru/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -18,7 +18,6 @@ dnl
|
||||
dnl You should have received a copy of the GNU General Public License
|
||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
dnl
|
||||
AC_PREREQ(2.64)dnl
|
||||
AC_INIT(Makefile.in)
|
||||
sinclude(../common/acinclude.m4)
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/rl78/configure
vendored
17
sim/rl78/configure
vendored
@ -2347,18 +2347,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12904,7 +12893,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12907 "configure"
|
||||
#line 12896 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13010,7 +12999,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13013 "configure"
|
||||
#line 13002 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/rx/configure
vendored
17
sim/rx/configure
vendored
@ -2352,18 +2352,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12909,7 +12898,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12912 "configure"
|
||||
#line 12901 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13015,7 +13004,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13018 "configure"
|
||||
#line 13007 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/sh/configure
vendored
17
sim/sh/configure
vendored
@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12919,7 +12908,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12922 "configure"
|
||||
#line 12911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13025,7 +13014,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13028 "configure"
|
||||
#line 13017 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
17
sim/sh64/configure
vendored
17
sim/sh64/configure
vendored
@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12925,7 +12914,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12928 "configure"
|
||||
#line 12917 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13031,7 +13020,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13034 "configure"
|
||||
#line 13023 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-01-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
|
||||
|
17
sim/v850/configure
vendored
17
sim/v850/configure
vendored
@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
|
||||
# It is intended to be invoked last.
|
||||
#
|
||||
# The simulator's configure.ac should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# AC_PREREQ(2.64)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
# ... target specific stuff ...
|
||||
#
|
||||
# SIM_AC_OUTPUT
|
||||
# See README-HACKING for more details.
|
||||
|
||||
# Include global overrides and fixes for Autoconf.
|
||||
|
||||
@ -12925,7 +12914,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 12928 "configure"
|
||||
#line 12917 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
@ -13031,7 +13020,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<_LT_EOF
|
||||
#line 13034 "configure"
|
||||
#line 13023 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user