Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/algol60/src/lib/env/linux/elf/80x86/K-aout – Rev 7

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/* TCC ENVIRONMENT : producing old "a.out" for LINUX */
2
 
3
+FLAG_TRANS		"-k0"
4
+AS			"/usr/i486-linuxaout/bin/as"
5
+LD			"/usr/i486-linuxaout/bin/ld -m i386linux"
6
+CRT0			"/usr/i486-linuxaout/lib/crt0.o"
7
+CRT1			""
8
+CRTN			""
9
<SYS_LIB		"-ltdfaout"
7 7u83 10
<SYS_LINK		"-L<TENDRA_LIBDIR>/sys"