Changes in uspace/dist/src/c/demos/hello/build.gcc [c486f83:9d1be7b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/hello/build.gcc
rc486f83 r9d1be7b 1 gcc -nostdlib -nostdinc -I/inc/c -Wl,-T/inc/_link.ld -L/lib -lc -l gcc-o hello hello.c1 gcc -nostdlib -nostdinc -I/inc/c -Wl,-T/inc/_link.ld -L/lib -lc -lsoftint -o hello hello.c 2 2
Note:
See TracChangeset
for help on using the changeset viewer.