mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-28 16:15:46 +00:00
8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/sh
|
|
|
|
base=$(readlink -f $(dirname $0))
|
|
export BISON_PKGDATADIR=$(readlink -f ${base}/../../../../prebuilts/build-tools/common/bison)
|
|
export M4=${base}/m4
|
|
|
|
${base}/../../../../prebuilts/build-tools/linux-x86/bin/bison $*
|