source: rtems/scripts/mkspec @ 1410dc36

4.104.114.84.95
Last change on this file since 1410dc36 was 7815d96, checked in by Joel Sherrill <joel.sherrill@…>, on 10/19/99 at 22:27:13

Left to build overnight.

  • Property mode set to 100755
File size: 500 bytes
RevLine 
[18408af]1#!/bin/sh
2#
3
4RTEMS_DIR=`dirname $0`
5RTEMS_VERSION=`grep Version ${RTEMS_DIR}/../VERSION | \
6sed -e 's%RTEMS[        ]*Version[      ]*\(.*\)[       ]*%\1%g'`
7
[8c5e54b]8target_alias=$1
9bsp=$2
[18408af]10release=0
11
[8c5e54b]12#${RTEMS_DIR}/scripts/mkbspspec $bsp $target_alias
13#${RTEMS_DIR}/scripts/mkbinutilspec $target_alias
14#${RTEMS_DIR}/scripts/mkgccnewlibspec $target_alias
15#${RTEMS_DIR}/scripts/mkgdbspec $target_alias
[7815d96]16${RTEMS_DIR}/mkbinutilspec $target_alias
17${RTEMS_DIR}/mkgccnewlibspec $target_alias
18${RTEMS_DIR}/mkgdbspec $target_alias
[18408af]19
Note: See TracBrowser for help on using the repository browser.