openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main/config config.guess,NONE,1.1 cross-config.com


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/config config.guess,NONE,1.1 cross-config.common,NONE,1.1 cross-config.linux,NONE,1.1 README,1.2,1.3
Date: Fri, 26 Jul 2002 16:36:19 -0400

Update of /cvsroot/openap/openap-main/config
In directory subversions:/tmp/cvs-serv14234

Modified Files:
        README 
Added Files:
        config.guess cross-config.common cross-config.linux 
Log Message:
update, include more files from dpkg-cross


--- NEW FILE ---
#! /bin/sh
# Attempt to guess a canonical system name.
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
#   Free Software Foundation, Inc.

timestamp='2001-09-04'

# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
[...1278 lines suppressed...]
/bin/universe          = `(/bin/universe) 2>/dev/null`
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
/bin/arch              = `(/bin/arch) 2>/dev/null`
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`

UNAME_MACHINE = ${UNAME_MACHINE}
UNAME_RELEASE = ${UNAME_RELEASE}
UNAME_SYSTEM  = ${UNAME_SYSTEM}
UNAME_VERSION = ${UNAME_VERSION}
EOF

exit 1

# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
# End:

--- NEW FILE ---
#
# script called by all cross-config.$os files: load cross-config.arch and
# set $host
#

#
# include architecture-specific variables
#
ac_arch_site_file="`dirname $ac_site_file`/cross-config.$ARCH"
if test -r "$ac_arch_site_file"; then
    echo "loading arch site script $ac_arch_site_file"
        . $ac_arch_site_file
fi

#
# set $host so that config.guess isn't needed (it fails if $CC is a cross
# compiler)
#
case $ARCH in
        i?86) host=$ARCH-pc-unknown-linux-gnu ;;
        *)    host=$ARCH-unknown-linux-gnu ;;
esac
echo host = $host

--- NEW FILE ---
#
# preset values of configure variables for cross-compiling to any linux system
#
# If you have additions to this file, please tell <address@hidden>
# so they can be included in the package.
#
# These values cannot determined when cross-compiling, because configure would
# have to run a target arch test program, which is not possible on the build
# host. So supply them manually...
#
ac_cv_header_stdc=yes
ac_cv_func_closedir_void=no
kb_cv_func_putenv_malloc=no
ac_cv_func_vfork=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_getpgrp_void=yes
ac_cv_sys_restartable_syscalls=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_getpagesize=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

# the following are used by ncurses, but the values aren't cached, so
# they can't be preset here :-( But configure doesn't abort with
# an error if the value cannot be determined, it uses a reasonable default
#nc_cv_link_dataonly=
#nc_cv_use_tiocgwinsz=
#nc_cv_sizeof_bool=

. `dirname $ac_site_file`/cross-config.common

Index: README
===================================================================
RCS file: /cvsroot/openap/openap-main/config/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README      19 Jul 2002 00:36:35 -0000      1.2
+++ README      26 Jul 2002 20:36:17 -0000      1.3
@@ -3,7 +3,8 @@
 system.  Subdirectories contain specific target configuration logic as well as
 application specific default configuration options.
 
-cross-config.* : autoconf hints for particular targets.
+cross-config.* : autoconf hints for particular targets.  These are taken
+from/based on the dpkg-cross tools used by Debian.
 
 config.in : system wide confiuration, independant of board, vendor or
     application.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]