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] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
#!/bin/sh
2
# Generate arm-tune.md, a file containing the tune attribute from the list of
3
# CPUs in arm-cores.def
4
 
5
echo ";; -*- buffer-read-only: t -*-"
6
echo ";; Generated automatically by gentune.sh from arm-cores.def"
7
 
8
allcores=`awk -F'[(,    ]+' '/^ARM_CORE/ { cores = cores$3"," } END { print cores } ' $1`
9
 
10
echo "(define_attr \"tune\""
11
echo "  \"$allcores\"" | sed -e 's/,"$/"/'
12
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.