pandora: don't strip the binary
authornotaz <notasas@gmail.com>
Mon, 31 Mar 2025 22:15:21 +0000 (01:15 +0300)
committeririxxxx <31696370+irixxxx@users.noreply.github.com>
Tue, 1 Apr 2025 07:33:37 +0000 (09:33 +0200)
we never did until dab0c3631

platform/pandora/Makefile
platform/pandora/PicoDrive.sh

index 0eb6519..fee9df8 100644 (file)
@@ -23,10 +23,7 @@ all: rel
 /tmp/PicoDrive.pxml: PicoDrive.pxml.template FORCE
        ./make_pxml.sh $< $@
 
-PicoDrive: ../../picodrive
-       $(STRIP) $^ -o $@
-
-rel: PicoDrive PicoDrive.sh picorestore \
+rel: ../../picodrive PicoDrive.sh picorestore \
        PicoDrive.png PicoDrive_p.png \
        ../../pico/carthw.cfg skin \
        ../../README.md /tmp/PicoDrive.pxml
index 729a7c1..2193b81 100755 (executable)
@@ -6,7 +6,7 @@ if [ "`uname -r`" != "3.2.30" ]; then
   sudo -n /usr/pandora/scripts/op_hugetlb.sh 4
 fi
 
-./PicoDrive "$@"
+./picodrive "$@"
 
 # restore stuff if pico crashes
 ./picorestore