repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parisc: Use vsprintf extention %pf with builtin_return_address
[linux/fpc-iii.git]
/
arch
/
m68k
/
tools
/
amiga
/
Makefile
blob
113436136089e5c3abaa74dcf5b07b3198451b86
1
2
CC
=
m68k-cbm-amigados-gcc
3
CFLAGS
= -
Wall
-
O2
4
5
6
All
:
dmesg
7
8
9
dmesg
:
dmesg.c
10
$(
CC
) $(
CFLAGS
) -
o dmesg dmesg.c
-
noixemul
11