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

Subversion Repositories openrisc_me

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

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

Rev 38 Rev 154
#!/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.