mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
more
This commit is contained in:
parent
fa75cf8469
commit
3c1fbf7ce3
14
env-gcc-4.8-rpi.sh
Executable file
14
env-gcc-4.8-rpi.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Look for GCC-4.8
|
||||
x=`which gcc-4.8`
|
||||
gdir=`dirname $x`
|
||||
|
||||
export CC="$gdir/gcc-4.8"
|
||||
export CPP="$gdir/cpp-4.8"
|
||||
export CXX="$gdir/g++-4.8"
|
||||
|
||||
echo Starting subshell. Type exit to exit.
|
||||
|
||||
$SHELL
|
||||
|
Loading…
x
Reference in New Issue
Block a user