mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Allow rtems-bsps to be run from any path.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
base="c/src/lib/libbsp"
|
||||
top=$(dirname $0)
|
||||
base="${top}/c/src/lib/libbsp"
|
||||
base_e=$(echo ${base} | sed -e 's/\//\\\//g')
|
||||
|
||||
last_arch=""
|
||||
|
||||
Reference in New Issue
Block a user