Changeset 89 in flair-bin for trunk


Ignore:
Timestamp:
02/11/19 17:20:29 (5 years ago)
Author:
Sanahuja Guillaume
Message:

use new arch dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/scripts/launch_flairgcs.sh

    r25 r89  
    11#! /bin/sh
    2 ARCH_DIR=$(uname -m)
     2#ARCH_DIR=$(uname -m)
     3ARCH_DIR=core2-64
    34
    45#defaults options values
     
    2526
    2627export LD_LIBRARY_PATH="${OECORE_HOST_SYSROOT}/usr/lib:${OECORE_HOST_SYSROOT}/lib"
    27 ${FLAIR_ROOT}/flair-bin/tools/${ARCH_DIR}/unix/flairgcs -n $NAME -p $PORT
     28${FLAIR_ROOT}/flair-bin/tools/${ARCH_DIR}/flairgcs -n $NAME -p $PORT
Note: See TracChangeset for help on using the changeset viewer.