aboutsummaryrefslogtreecommitdiffstats
path: root/build-root
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-07-02 16:04:26 +0200
committerFlorin Coras <florin.coras@gmail.com>2021-07-02 16:18:33 +0000
commita5167edc66c639e139ffb5de4336c54bb3d8a871 (patch)
tree1a1d9eed7a21719115a15b2eba2e302b6120140f /build-root
parent9de8028a0bc0b27032d6e42292baaa8b183f2495 (diff)
build: remove unused files and sections
Type: make Change-Id: Ia1d8c53c5fb02f7e5c86efab6e6ccd0fdb16bc96 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root')
-rw-r--r--build-root/config.site112
1 files changed, 0 insertions, 112 deletions
diff --git a/build-root/config.site b/build-root/config.site
deleted file mode 100644
index c8996c58974..00000000000
--- a/build-root/config.site
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright (c) 2015 Cisco and/or its affiliates.
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at:
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-######################################################################
-# glibc
-######################################################################
-
-# glibc needs this for cross compiling
-libc_cv_forced_unwind=yes
-libc_cv_c_cleanup=yes
-libc_cv_ssp=no
-# fixes gentoo build; not sure why?
-libc_cv_uname_release=""
-libc_cv_uname_version=""
-ac_cv_header_cpuid_h=yes
-######################################################################
-# bash
-######################################################################
-
-# Bash configure.in uses this to work around an autoconf 2.53 bug
-ac_cv_func_setvbuf_reversed=no
-ac_cv_rl_version=5.1
-bash_cv_termcap_lib=libncurses
-
-# These mostly come from debian bash-2.05b changes
-# They are needed to make a functioning bash. Without these
-# settings gdbserver exiting would cause the invoking bash to
-# exit also.
-bash_cv_have_mbstate_t=yes
-bash_cv_dup2_broken=no
-bash_cv_pgrp_pipe=no
-bash_cv_sys_siglist=yes
-bash_cv_under_sys_siglist=yes
-bash_cv_opendir_not_robust=no
-bash_cv_printf_declared=yes
-bash_cv_ulimit_maxfds=yes
-bash_cv_getenv_redef=yes
-bash_cv_getcwd_calls_popen=no
-bash_cv_func_strcoll_broken=no
-bash_cv_must_reinstall_sighandlers=no
-bash_cv_type_quad_t=yes
-bash_cv_func_sigsetjmp=present
-bash_cv_job_control_missing=present
-bash_cv_sys_named_pipes=present
-bash_cv_type_rlimit=long
-bash_cv_printf_a_format=yes
-bash_cv_unusable_rtsigs=no
-
-######################################################################
-# Apache
-######################################################################
-ac_cv_func_setpgrp_void=yes
-apr_cv_process_shared_works=yes
-apr_cv_tcp_nodelay_with_cork=yes
-ap_void_ptr_lt_long=no
-
-case ${host_cpu} in
-x86_64 | alpha)
- ac_cv_sizeof_ssize_t=8
- ac_cv_sizeof_size_t=8
- ac_cv_sizeof_pid_t=4
- ;;
-*)
- ac_cv_sizeof_ssize_t=4
- ac_cv_sizeof_size_t=4
- ac_cv_sizeof_pid_t=4
- ;;
-esac
-
-######################################################################
-# gdb
-######################################################################
-gdb_cv_func_ptrace_args=int,int,long,long
-
-######################################################################
-# dpkg
-######################################################################
-dpkg_cv_va_copy=yes
-
-######################################################################
-# coreutils
-######################################################################
-ac_cv_search_clock_gettime=no
-gl_cv_fs_space=yes
-
-######################################################################
-# tcpdump
-######################################################################
-ac_cv_linux_vers=2
-ac_cv_func_pcap_findalldevs=no
-
-######################################################################
-# flex
-######################################################################
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_realloc_0_nonnull=yes
-
-######################################################################
-# tar
-######################################################################
-tar_gl_cv_func_mknod_works=yes