source:
XOpenSparcT1/trunk/sw/compila
@
18
Revision 18, 297 bytes checked in by pntsvt00, 14 years ago (diff) |
---|
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | ##bisognerebbe fare un makefile ma per ora: |
4 | |
5 | ## compila con ISA SPARC-V9 |
6 | /opt/sparc64-sun-solaris2.8-toolchain/bin/sparc64-sun-solaris2.8-gcc -ffreestanding -nostdinc -c test.c |
7 | |
8 | ## fa il dump del file |
9 | /opt/sparc64-sun-solaris2.8-toolchain/sparc64-sun-solaris2.8/bin/objdump -d test.o |
Note: See TracBrowser
for help on using the repository browser.