Changes in uspace/dist/src/c/demos/hello/build [9d58539:c486f83] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/hello/build
r9d58539 rc486f83 2 2 cc -S -o hello.s hello.i 3 3 as -o hello.o hello.s 4 ld -T /inc/_link.ld -o hello hello.o /lib/libc.a /lib/libsoftint.a4 ld -T /inc/_link.ld -o hello hello.o /lib/libc.a -lgcc
Note:
See TracChangeset
for help on using the changeset viewer.