3 lines
99 B
Makefile
3 lines
99 B
Makefile
null-data-addr: null-data-addr.c
|
|
gcc -fno-stack-protector -m32 -static $^ -o $@ -Tdata 0x080f0000
|