Develop and Download Open Source Software

Browse Subversion Repository

Contents of /ppas.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Mon Nov 7 12:03:00 2011 UTC (12 years, 4 months ago) by shiraishikazuo
File MIME type: text/x-sh
File size: 395 byte(s)


1 #!/bin/sh
2 DoExitAsm ()
3 { echo "An error occurred while assembling $1"; exit 1; }
4 DoExitLink ()
5 { echo "An error occurred while linking $1"; exit 1; }
6 echo Linking NoName
7 OFS=$IFS
8 IFS="
9 "
10 /usr/bin/ld /usr/lib/crt1.o -dead_strip -no_dead_strip_inits_and_terms -x -pagezero_size 0x10000 -multiply_defined suppress -L. -o NoName `cat link.res`
11 if [ $? != 0 ]; then DoExitLink NoName; fi
12 IFS=$OFS

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26