Changes in uspace/dist/src/c/demos/hello/build [c486f83:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/hello/build
rc486f83 r9d58539 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 -lgcc4 ld -T /inc/_link.ld -o hello hello.o /lib/libc.a /lib/libsoftint.a
Note:
See TracChangeset
for help on using the changeset viewer.