sim: igen: delete more unused toolchain settings
This package doesn't build any archives or install programs.
This commit is contained in:
parent
9ea3e81ca0
commit
88d7273afd
@ -1,3 +1,10 @@
|
|||||||
|
2021-02-28 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* Makefile.in (program_transform_name, AR, RANLIB): Delete.
|
||||||
|
* configure.ac (AC_ARG_PROGRAM, AC_PROG_RANLIB): Delete calls.
|
||||||
|
(AC_SUBST): Delete AR & CFLAGS calls.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2021-02-28 Mike Frysinger <vapier@gentoo.org>
|
2021-02-28 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* Makefile.in (AR_FOR_BUILD, AR_FLAGS_FOR_BUILD,
|
* Makefile.in (AR_FOR_BUILD, AR_FLAGS_FOR_BUILD,
|
||||||
|
@ -30,7 +30,6 @@ exec_prefix = @exec_prefix@
|
|||||||
|
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
program_transform_name = @program_transform_name@
|
|
||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
tooldir = $(libdir)/$(target_alias)
|
tooldir = $(libdir)/$(target_alias)
|
||||||
@ -56,10 +55,8 @@ INSTALL = @INSTALL@
|
|||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
||||||
AR = @AR@
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
RANLIB = @RANLIB@
|
|
||||||
|
|
||||||
CC_FOR_BUILD = @CC_FOR_BUILD@
|
CC_FOR_BUILD = @CC_FOR_BUILD@
|
||||||
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
|
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
|
||||||
|
113
sim/igen/configure
vendored
113
sim/igen/configure
vendored
@ -621,8 +621,6 @@ ac_includes_default="\
|
|||||||
|
|
||||||
ac_subst_vars='LTLIBOBJS
|
ac_subst_vars='LTLIBOBJS
|
||||||
LIBOBJS
|
LIBOBJS
|
||||||
RANLIB
|
|
||||||
AR
|
|
||||||
CFLAGS_FOR_BUILD
|
CFLAGS_FOR_BUILD
|
||||||
CC_FOR_BUILD
|
CC_FOR_BUILD
|
||||||
EGREP
|
EGREP
|
||||||
@ -1303,11 +1301,6 @@ _ACEOF
|
|||||||
|
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
Program names:
|
|
||||||
--program-prefix=PREFIX prepend PREFIX to installed program names
|
|
||||||
--program-suffix=SUFFIX append SUFFIX to installed program names
|
|
||||||
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
|
|
||||||
|
|
||||||
System types:
|
System types:
|
||||||
--build=BUILD configure for building on BUILD [guessed]
|
--build=BUILD configure for building on BUILD [guessed]
|
||||||
--host=HOST cross-compile to build programs to run on HOST [BUILD]
|
--host=HOST cross-compile to build programs to run on HOST [BUILD]
|
||||||
@ -3076,7 +3069,6 @@ else
|
|||||||
CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-"-g"}
|
CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-"-g"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Make sure we can run config.sub.
|
# Make sure we can run config.sub.
|
||||||
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
||||||
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
|
||||||
@ -3188,16 +3180,6 @@ test -n "$target_alias" &&
|
|||||||
NONENONEs,x,x, &&
|
NONENONEs,x,x, &&
|
||||||
program_prefix=${target_alias}-
|
program_prefix=${target_alias}-
|
||||||
|
|
||||||
test "$program_prefix" != NONE &&
|
|
||||||
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
|
||||||
# Use a double $ so make ignores it.
|
|
||||||
test "$program_suffix" != NONE &&
|
|
||||||
program_transform_name="s&\$&$program_suffix&;$program_transform_name"
|
|
||||||
# Double any \ or $.
|
|
||||||
# By default was `s,x,x', remove it if useless.
|
|
||||||
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
|
|
||||||
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_headers="$ac_config_headers config.h:config.in"
|
ac_config_headers="$ac_config_headers config.h:config.in"
|
||||||
|
|
||||||
@ -3775,101 +3757,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test -n "$ac_tool_prefix"; then
|
|
||||||
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
|
||||||
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
||||||
$as_echo_n "checking for $ac_word... " >&6; }
|
|
||||||
if ${ac_cv_prog_RANLIB+:} false; then :
|
|
||||||
$as_echo_n "(cached) " >&6
|
|
||||||
else
|
|
||||||
if test -n "$RANLIB"; then
|
|
||||||
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
RANLIB=$ac_cv_prog_RANLIB
|
|
||||||
if test -n "$RANLIB"; then
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
|
|
||||||
$as_echo "$RANLIB" >&6; }
|
|
||||||
else
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
||||||
$as_echo "no" >&6; }
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
if test -z "$ac_cv_prog_RANLIB"; then
|
|
||||||
ac_ct_RANLIB=$RANLIB
|
|
||||||
# Extract the first word of "ranlib", so it can be a program name with args.
|
|
||||||
set dummy ranlib; ac_word=$2
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
|
||||||
$as_echo_n "checking for $ac_word... " >&6; }
|
|
||||||
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
|
|
||||||
$as_echo_n "(cached) " >&6
|
|
||||||
else
|
|
||||||
if test -n "$ac_ct_RANLIB"; then
|
|
||||||
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
|
||||||
else
|
|
||||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
||||||
for as_dir in $PATH
|
|
||||||
do
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
test -z "$as_dir" && as_dir=.
|
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
|
||||||
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
||||||
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
|
||||||
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
done
|
|
||||||
IFS=$as_save_IFS
|
|
||||||
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
|
||||||
if test -n "$ac_ct_RANLIB"; then
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
|
|
||||||
$as_echo "$ac_ct_RANLIB" >&6; }
|
|
||||||
else
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
||||||
$as_echo "no" >&6; }
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "x$ac_ct_RANLIB" = x; then
|
|
||||||
RANLIB=":"
|
|
||||||
else
|
|
||||||
case $cross_compiling:$ac_tool_warned in
|
|
||||||
yes:)
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
|
||||||
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
|
||||||
ac_tool_warned=yes ;;
|
|
||||||
esac
|
|
||||||
RANLIB=$ac_ct_RANLIB
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
RANLIB="$ac_cv_prog_RANLIB"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile"
|
ac_config_files="$ac_config_files Makefile"
|
||||||
|
|
||||||
ac_config_commands="$ac_config_commands default"
|
ac_config_commands="$ac_config_commands default"
|
||||||
|
@ -16,9 +16,7 @@ else
|
|||||||
CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-"-g"}
|
CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-"-g"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AC_ARG_PROGRAM
|
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h:config.in)
|
AC_CONFIG_HEADER(config.h:config.in)
|
||||||
|
|
||||||
@ -29,9 +27,5 @@ AC_HEADER_DIRENT
|
|||||||
AC_SUBST(CC_FOR_BUILD)
|
AC_SUBST(CC_FOR_BUILD)
|
||||||
AC_SUBST(CFLAGS_FOR_BUILD)
|
AC_SUBST(CFLAGS_FOR_BUILD)
|
||||||
|
|
||||||
AC_SUBST(AR)
|
|
||||||
AC_SUBST(CFLAGS)
|
|
||||||
AC_PROG_RANLIB
|
|
||||||
|
|
||||||
AC_OUTPUT(Makefile,
|
AC_OUTPUT(Makefile,
|
||||||
[case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])
|
[case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac])
|
||||||
|
Loading…
Reference in New Issue
Block a user