Index: uspace/dist/src/c/demos/hello/build.gcc
===================================================================
--- uspace/dist/src/c/demos/hello/build.gcc	(revision 9d1be7bd4b0c95ed8e859dcf0f4c586013db4267)
+++ uspace/dist/src/c/demos/hello/build.gcc	(revision 9d1be7bd4b0c95ed8e859dcf0f4c586013db4267)
@@ -0,0 +1,2 @@
+gcc -nostdlib -nostdinc -I/inc/c -Wl,-T/inc/_link.ld -L/lib -lc -lsoftint -o hello hello.c
+
