statically linked executables

added README for format
This commit is contained in:
Steffen Vogel 2010-11-09 18:04:55 +01:00
parent d06274dab6
commit 2ac96f9563
10 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,7 @@
SRCS = $(wildcard src/*.c)
PROGS = $(patsubst src/%.c,%,$(SRCS))
CFLAGS += -g -Wall -O0
CFLAGS += -g -Wall -O0 -ansi -static
VPATH = src/
all: $(PROGS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

9
bin/README Normal file
View file

@ -0,0 +1,9 @@
This directory contains builds of the following type:
- ELF 64-bit LSB executable
- x86-64
- statically linked
- for GNU/Linux 2.6.15
- not stripped
- not optimized
- debugging enabled (use GDB)