source: mainline/uspace/dist/src/c/demos/top/build@ bd41ac52

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since bd41ac52 was 6b9355a, checked in by Petr Koupy <petr.koupy@…>, 14 years ago

Added two more toolchain demos (edit and top).

  • Property mode set to 100644
File size: 252 bytes
Line 
1cc -D__PCC__ -I/inc/c -E -o screen.i screen.c
2cc -D__PCC__ -I/inc/c -E -o top.i top.c
3
4cc -S -o screen.s screen.i
5cc -S -o top.s top.i
6
7as -o screen.o screen.s
8as -o top.o top.s
9
10ld -T /inc/_link.ld -o top_ screen.o top.o /lib/libc.a /lib/libsoftint.a
Note: See TracBrowser for help on using the repository browser.