Quellcode durchsuchen

+ adding assmbling of prt0.as to the script

mazen vor 22 Jahren
Ursprung
Commit
ae80816ac2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      tests/sparc/asld.sh

+ 1 - 0
tests/sparc/asld.sh

@@ -8,6 +8,7 @@ echo Assembling $1
 if [ $? != 0 ]; then DoExitAsm system; fi
 echo Assembling system
 /usr/local/bin/sparc-linux/as -o system.o system.s
+/usr/local/bin/sparc-linux/as -o prt0.o ../../rtl/linux/sparc/prt0.as
 if [ $? != 0 ]; then DoExitAsm sparctest; fi
 echo Linking sparctest
 /usr/local/bin/sparc-linux/ld    -s -L. -o "$1" link.res