repo.or.cz
/
build-srcpkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first version.
[build-srcpkg.git]
/
src
/
test
/
build
blob
a7728adaaa8b11970e427073bf81a56234cc0e4a
1
#gcc -E test.c test.E
2
gcc -c test.c -o test.o
3
gcc -c abc.c -o abc.o
4
gcc -c tmp.c -o tmp.o
5
gcc -Wl,-Map=test.map -o test test.o abc.o tmp.o