Subversion Repositories HelenOS-historic

Compare Revisions

No changes between revisions

Ignore whitespace Rev 340 → Rev 341

/SPARTAN/trunk/src/build.mips
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/SPARTAN/trunk/src/build.ppc
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/SPARTAN/trunk/src/clean.mips
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/SPARTAN/trunk/src/clean.ppc
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/SPARTAN/trunk/src/Makefile.config
1,7 → 1,7
#ARCH=ia32
#ARCH=mips
#ARCH=mips32
#ARCH=ia64
#ARCH=ppc
#ARCH=ppc32
#ARCH=amd64
 
# If this is yes, then cross compiler will be used instead of host compiler
/SPARTAN/trunk/src/build.ppc32
0,0 → 1,3
#! /bin/sh
 
make all ARCH=ppc32
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/SPARTAN/trunk/src/clean.mips32
0,0 → 1,7
#! /bin/sh
 
make dist-clean ARCH=mips32
 
rm ../tools/mips32/gencontext
rm ../arch/mips32/include/context_offset.h
rm ../arch/mips32/_link.ld
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/SPARTAN/trunk/src/clean.ppc32
0,0 → 1,3
#! /bin/sh
 
make dist-clean ARCH=ppc32
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/SPARTAN/trunk/src/build.mips32
0,0 → 1,14
#! /bin/sh
 
if [ -z "$1" ]; then
echo "Usage: $0 [msim|simics|lgxemul|bgxemul|indy]"
exit 1
else
MACHINE=$1
fi
 
# Generate context_offset.h
(cd ../tools/mips32/;make gencontext;./gencontext)
rm ../arch/mips32/_link.ld
 
make all ARCH=mips32 MACHINE=$MACHINE
Property changes:
Added: svn:executable
+*
\ No newline at end of property