OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config.build] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
# GCC build-specific configuration file.
# GCC build-specific configuration file.
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007
# Free Software Foundation, Inc.
# Free Software Foundation, Inc.
#This file is part of GCC.
#This file is part of GCC.
#GCC is free software; you can redistribute it and/or modify it under
#GCC 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
#the terms of the GNU General Public License as published by the Free
#Software Foundation; either version 3, or (at your option) any later
#Software Foundation; either version 3, or (at your option) any later
#version.
#version.
#GCC is distributed in the hope that it will be useful, but WITHOUT
#GCC is distributed in the hope that it will be useful, but WITHOUT
#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
#FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
#FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
#for more details.
#for more details.
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GCC; see the file COPYING3.  If not see
#along with GCC; see the file COPYING3.  If not see
#.
#.
# This is the GCC build-specific configuration file
# This is the GCC build-specific configuration file
# where a configuration type is mapped to different system-specific
# where a configuration type is mapped to different system-specific
# definitions and files.  This is invoked by the autoconf-generated
# definitions and files.  This is invoked by the autoconf-generated
# configure script.  Putting it in a separate shell file lets us skip
# configure script.  Putting it in a separate shell file lets us skip
# running autoconf when modifying build-specific information.
# running autoconf when modifying build-specific information.
# This file switches on the shell variable ${build}.  As much of this
# This file switches on the shell variable ${build}.  As much of this
# as possible should be replaced with autoconf tests in the future.
# as possible should be replaced with autoconf tests in the future.
# This file sets the following shell variables for use by the
# This file sets the following shell variables for use by the
# autoconf-generated configure script:
# autoconf-generated configure script:
#
#
#  build_xm_defines     List of macros to define when compiling for the
#  build_xm_defines     List of macros to define when compiling for the
#                       build machine.
#                       build machine.
#
#
#  build_xm_file        List of files to include when compiling for the
#  build_xm_file        List of files to include when compiling for the
#                       build machine.
#                       build machine.
#
#
#  build_install_headers_dir
#  build_install_headers_dir
#                       Target to use when installing header files.
#                       Target to use when installing header files.
#
#
#  build_exeext         Set to the suffix, if the build machine requires
#  build_exeext         Set to the suffix, if the build machine requires
#                       executables to have a file name suffix.
#                       executables to have a file name suffix.
# Default settings.
# Default settings.
build_xm_file=
build_xm_file=
build_xm_defines=
build_xm_defines=
build_exeext=
build_exeext=
build_install_headers_dir=install-headers-tar
build_install_headers_dir=install-headers-tar
# System-specific settings.
# System-specific settings.
case $build in
case $build in
  alpha*-dec-osf4*)
  alpha*-dec-osf4*)
    # Some versions of OSF4 (specifically X4.0-9 296.7) have
    # Some versions of OSF4 (specifically X4.0-9 296.7) have
    # a broken tar, so we use cpio instead.
    # a broken tar, so we use cpio instead.
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  alpha*-dec-*vms*)
  alpha*-dec-*vms*)
    build_xm_file=alpha/xm-vms.h
    build_xm_file=alpha/xm-vms.h
    build_exeext=.exe
    build_exeext=.exe
    build_install_headers_dir=install-headers-cp
    build_install_headers_dir=install-headers-cp
    prefix=/gnu
    prefix=/gnu
    local_prefix=/gnu
    local_prefix=/gnu
    ;;
    ;;
  hppa1.0-*-hpux1[01]* | \
  hppa1.0-*-hpux1[01]* | \
  hppa*64*-*-hpux11* | \
  hppa*64*-*-hpux11* | \
  hppa1.1-*-hpux11* | \
  hppa1.1-*-hpux11* | \
  hppa2*-*-hpux11* )
  hppa2*-*-hpux11* )
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  i370-*-opened* | i370-*-mvs* )
  i370-*-opened* | i370-*-mvs* )
    # IBM 360/370/390 Architecture
    # IBM 360/370/390 Architecture
    build_xm_defines='FATAL_EXIT_CODE=12'
    build_xm_defines='FATAL_EXIT_CODE=12'
    ;;
    ;;
  i[34567]86-*-cygwin* | i[34567]86-*-pe )
  i[34567]86-*-cygwin* | i[34567]86-*-pe )
    build_xm_file=i386/xm-cygwin.h
    build_xm_file=i386/xm-cygwin.h
    build_exeext=.exe
    build_exeext=.exe
    ;;
    ;;
  i[34567]86-*-mingw32*)
  i[34567]86-*-mingw32*)
    build_xm_file=i386/xm-mingw32.h
    build_xm_file=i386/xm-mingw32.h
    build_exeext=.exe
    build_exeext=.exe
    ;;
    ;;
  i[34567]86-pc-msdosdjgpp*)
  i[34567]86-pc-msdosdjgpp*)
    build_xm_file=i386/xm-djgpp.h
    build_xm_file=i386/xm-djgpp.h
    build_exeext=.exe
    build_exeext=.exe
    ;;
    ;;
  i[34567]86-*-sco3.2v5*)
  i[34567]86-*-sco3.2v5*)
    # 80386 running SCO Open Server 5
    # 80386 running SCO Open Server 5
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4* )
  i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4* )
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  i[34567]86-*-sysv4*)
  i[34567]86-*-sysv4*)
    # Intel x86 running system V r4
    # Intel x86 running system V r4
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  i[34567]86-*-udk*)
  i[34567]86-*-udk*)
    # Intel x86 on SCO UW/OSR5 Dev Kit
    # Intel x86 on SCO UW/OSR5 Dev Kit
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  i[34567]86-*-uwin*)
  i[34567]86-*-uwin*)
    build_exeext=.exe
    build_exeext=.exe
    ;;
    ;;
  i386-*-vsta)
  i386-*-vsta)
    # Intel 80386's running VSTa kernel
    # Intel 80386's running VSTa kernel
    ;;
    ;;
  m68000-hp-hpux* | m68k-hp-hpux*)
  m68000-hp-hpux* | m68k-hp-hpux*)
    # HP 9000 series 300
    # HP 9000 series 300
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
  *-*-sysv*)
  *-*-sysv*)
    # All other System V variants.
    # All other System V variants.
    build_install_headers_dir=install-headers-cpio
    build_install_headers_dir=install-headers-cpio
    ;;
    ;;
esac
esac
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.