Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
    36         kx # @configure_input@
    36         kx # Don't edit this file.  Put configuration parameters in configparms instead.
    36         kx 
    36         kx version = @VERSION@
    36         kx release = @RELEASE@
    36         kx 
    36         kx # Installation prefixes.
    36         kx install_root = $(DESTDIR)
    36         kx prefix = @prefix@
    36         kx exec_prefix = @exec_prefix@
    36         kx datadir = @datadir@
    36         kx libdir = @libdir@
    36         kx bindir = @bindir@
    36         kx slibdir = @libc_cv_slibdir@
    36         kx rtlddir = @libc_cv_rtlddir@
    36         kx complocaledir = @libc_cv_complocaledir@
    36         kx sysconfdir = @libc_cv_sysconfdir@
    36         kx libexecdir = @libexecdir@
    36         kx rootsbindir = @libc_cv_rootsbindir@
    36         kx infodir = @infodir@
    36         kx includedir = @includedir@
    36         kx datarootdir = @datarootdir@
    36         kx localstatedir = @libc_cv_localstatedir@
    36         kx localedir = @localedir@
    36         kx multidir= @libc_cv_multidir@
    36         kx 
    36         kx # Should we use and build ldconfig?
    36         kx use-ldconfig = @use_ldconfig@
    36         kx 
    36         kx # Maybe the `ldd' script must be rewritten.
    36         kx ldd-rewrite-script = @ldd_rewrite_script@
    36         kx 
    36         kx # System configuration.
    36         kx config-machine = @host_cpu@
    36         kx base-machine = @base_machine@
    36         kx config-vendor = @host_vendor@
    36         kx config-os = @host_os@
    36         kx config-sysdirs = @sysnames@
    36         kx cflags-cpu = @libc_cv_cc_submachine@
    36         kx asflags-cpu = @libc_cv_cc_submachine@
    36         kx 
    36         kx config-extra-cflags = @libc_extra_cflags@
    36         kx config-extra-cppflags = @libc_extra_cppflags@
    36         kx config-cflags-nofma = @libc_cv_cc_nofma@
    36         kx 
    36         kx defines = @DEFINES@
    36         kx sysheaders = @sysheaders@
    36         kx sysincludes = @SYSINCLUDES@
    36         kx c++-sysincludes = @CXX_SYSINCLUDES@
    36         kx c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
    36         kx c++-cmath-header = @CXX_CMATH_HEADER@
    36         kx c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
    36         kx enable-werror = @enable_werror@
    36         kx 
    36         kx have-z-execstack = @libc_cv_z_execstack@
    36         kx have-protected-data = @libc_cv_protected_data@
    36         kx have-insert = @libc_cv_insert@
    36         kx have-glob-dat-reloc = @libc_cv_has_glob_dat@
    36         kx with-fp = @libc_cv_with_fp@
    36         kx enable-timezone-tools = @enable_timezone_tools@
    36         kx unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
    36         kx have-fpie = @libc_cv_fpie@
    36         kx have-ssp = @libc_cv_ssp@
    36         kx stack-protector = @stack_protector@
    36         kx no-stack-protector = @no_stack_protector@
    36         kx fortify-source = @fortify_source@
    36         kx no-fortify-source = @no_fortify_source@
    36         kx have-selinux = @have_selinux@
    36         kx have-libaudit = @have_libaudit@
    36         kx have-libcap = @have_libcap@
    36         kx have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
    36         kx bind-now = @bindnow@
    36         kx have-hash-style = @libc_cv_hashstyle@
    36         kx have-cxx-thread_local = @libc_cv_cxx_thread_local@
    36         kx have-loop-to-function = @libc_cv_cc_loop_to_function@
    36         kx have-textrel_ifunc = @libc_cv_textrel_ifunc@
    36         kx 
    36         kx multi-arch = @multi_arch@
    36         kx 
    36         kx mach-interface-list = @mach_interface_list@
    36         kx 
    36         kx memory-tagging = @memory_tagging@
    36         kx 
    36         kx # Configuration options.
    36         kx build-shared = @shared@
    36         kx build-profile = @profile@
    36         kx build-static-nss = @static_nss@
    36         kx cross-compiling = @cross_compiling@
    36         kx force-install = @force_install@
    36         kx build-nscd = @build_nscd@
    36         kx use-nscd = @use_nscd@
    36         kx build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
    36         kx build-pt-chown = @build_pt_chown@
    36         kx pthread-in-libc = @pthread_in_libc@
    36         kx 
    36         kx # Build tools.
    36         kx CC = @CC@
    36         kx CXX = @CXX@
    36         kx BUILD_CC = @BUILD_CC@
    36         kx CFLAGS = @CFLAGS@
    36         kx CPPFLAGS-config = @CPPFLAGS@
    36         kx extra-nonshared-cflags = @extra_nonshared_cflags@
    36         kx rtld-early-cflags = @rtld_early_cflags@
    36         kx ASFLAGS-config = @ASFLAGS_config@
    36         kx AR = @AR@
    36         kx NM = @NM@
    36         kx MAKEINFO = @MAKEINFO@
    36         kx AS = $(CC) -c
    36         kx BISON = @BISON@
    36         kx AUTOCONF = @AUTOCONF@
    36         kx OBJDUMP = @OBJDUMP@
    36         kx OBJCOPY = @OBJCOPY@
    36         kx GPROF = @GPROF@
    36         kx READELF = @READELF@
    36         kx 
    36         kx # Installation tools.
    36         kx INSTALL = @INSTALL@
    36         kx INSTALL_PROGRAM = @INSTALL_PROGRAM@
    36         kx INSTALL_SCRIPT = @INSTALL_SCRIPT@
    36         kx INSTALL_DATA = @INSTALL_DATA@
    36         kx INSTALL_INFO = @INSTALL_INFO@
    36         kx LN_S = @LN_S@
    36         kx MSGFMT = @MSGFMT@
    36         kx 
    36         kx # Script execution tools.
    36         kx BASH = @BASH_SHELL@
    36         kx AWK = @AWK@
    36         kx PERL = @PERL@
    36         kx PYTHON = @PYTHON@
    36         kx 
    36         kx # Additional libraries.
    36         kx LIBGD = @LIBGD@
    36         kx 
    36         kx # Package versions and bug reporting configuration.
    36         kx PKGVERSION = @PKGVERSION@
    36         kx PKGVERSION_TEXI = @PKGVERSION_TEXI@
    36         kx REPORT_BUGS_TO = @REPORT_BUGS_TO@
    36         kx REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
    36         kx 
    36         kx # More variables may be inserted below by configure.