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

Subversion Repositories openrisc

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

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
#!/bin/sh
#!/bin/sh
# Generate arm-tune.md, a file containing the tune attribute from the list of
# Generate arm-tune.md, a file containing the tune attribute from the list of
# CPUs in arm-cores.def
# CPUs in arm-cores.def
 
 
echo ";; -*- buffer-read-only: t -*-"
echo ";; -*- buffer-read-only: t -*-"
echo ";; Generated automatically by gentune.sh from arm-cores.def"
echo ";; Generated automatically by gentune.sh from arm-cores.def"
 
 
allcores=`awk -F'[(,    ]+' '/^ARM_CORE/ { cores = cores$3"," } END { print cores } ' $1`
allcores=`awk -F'[(,    ]+' '/^ARM_CORE/ { cores = cores$3"," } END { print cores } ' $1`
 
 
echo "(define_attr \"tune\""
echo "(define_attr \"tune\""
echo "  \"$allcores\"" | sed -e 's/,"$/"/'
echo "  \"$allcores\"" | sed -e 's/,"$/"/'
echo "  (const (symbol_ref \"arm_tune\")))"
echo "  (const (symbol_ref \"arm_tune\")))"
 
 

powered by: WebSVN 2.1.0

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