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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [fixincludes/] [mkfixinc.sh] - Diff between revs 154 and 816

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

Rev 154 Rev 816
#! /bin/sh
#! /bin/sh
 
 
if [ $# -ne 1 ]
if [ $# -ne 1 ]
then
then
  echo "Usage: $0 <target-mach-triplet>"
  echo "Usage: $0 <target-mach-triplet>"
  exit 1
  exit 1
fi
fi
 
 
machine=$1
machine=$1
target=fixinc.sh
target=fixinc.sh
 
 
# Check for special fix rules for particular targets
# Check for special fix rules for particular targets
case $machine in
case $machine in
    alpha*-dec-*vms* | \
    alpha*-dec-*vms* | \
    arm-semi-aof | \
    arm-semi-aof | \
    hppa1.1-*-osf* | \
    hppa1.1-*-osf* | \
    hppa1.1-*-bsd* | \
    hppa1.1-*-bsd* | \
    i370-*-openedition | \
    i370-*-openedition | \
    i?86-moss-msdos* | \
    i?86-moss-msdos* | \
    i?86-*-moss* | \
    i?86-*-moss* | \
    i?86-*-pe | \
    i?86-*-pe | \
    i?86-*-cygwin* | \
    i?86-*-cygwin* | \
    i?86-*-mingw32* | \
    i?86-*-mingw32* | \
    i?86-*-uwin* | \
    i?86-*-uwin* | \
    i?86-*-interix* | \
    i?86-*-interix* | \
    powerpc-*-eabiaix* | \
    powerpc-*-eabiaix* | \
    powerpc-*-eabisim* | \
    powerpc-*-eabisim* | \
    powerpc-*-eabi*    | \
    powerpc-*-eabi*    | \
    powerpc-*-rtems*   | \
    powerpc-*-rtems*   | \
    powerpcle-*-eabisim* | \
    powerpcle-*-eabisim* | \
    powerpcle-*-eabi* )
    powerpcle-*-eabi* )
        #  IF there is no include fixing,
        #  IF there is no include fixing,
        #  THEN create a no-op fixer and exit
        #  THEN create a no-op fixer and exit
        (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}
        (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}
        ;;
        ;;
 
 
    *)
    *)
        cat < ${srcdir}/fixinc.in > ${target} || exit 1
        cat < ${srcdir}/fixinc.in > ${target} || exit 1
        ;;
        ;;
esac
esac
chmod 755 ${target}
chmod 755 ${target}
 
 

powered by: WebSVN 2.1.0

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