forked from izaya/LuPPC
Compare commits
No commits in common. "a0a9d764844746aeb8cfd5ece0310dc8369fd6f0" and "1035c8d5cb717a96288556e9ef46b02279929a2e" have entirely different histories.
a0a9d76484
...
1035c8d5cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,3 @@
|
||||
/usereeprom.lua
|
||||
/run
|
||||
/root*
|
||||
/musl-cross-make
|
||||
|
@ -42,10 +42,6 @@ case "$1" in
|
||||
TOOL=powerpc-linux-musl
|
||||
OUT=$TOOL
|
||||
;;
|
||||
i686 )
|
||||
TOOL=i686-linux-musl
|
||||
OUT=i686-linux-musl
|
||||
;;
|
||||
*) echo "Invalid target!" ; exit 1
|
||||
;;
|
||||
esac
|
||||
@ -64,7 +60,7 @@ cd dependencies
|
||||
|
||||
if [ $2 = "libressl" ] || [ $# -lt 2 ]; then
|
||||
|
||||
git clone --depth 1 https://github.com/libressl-portable/portable.git libressl
|
||||
git clone https://github.com/libressl-portable/portable.git libressl
|
||||
cd libressl
|
||||
./autogen.sh
|
||||
CFLAGS="-fdata-sections -ffunction-sections" ./configure --host=$TOOL
|
||||
|
@ -31,11 +31,7 @@ function boot.boot()
|
||||
gpu.setBackground(0x000000)
|
||||
|
||||
native.sleep(4000000)
|
||||
if modules.computer and modules.computer.shutdown() then
|
||||
modules.computer.shutdown()
|
||||
else
|
||||
os.exit(1)
|
||||
end
|
||||
os.exit(1)
|
||||
end)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user