statically linked executables
added README for format
This commit is contained in:
parent
d06274dab6
commit
2ac96f9563
10 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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.
BIN
bin/1_n_b_ascii
BIN
bin/1_n_b_ascii
Binary file not shown.
BIN
bin/1_p_a_kanten
BIN
bin/1_p_a_kanten
Binary file not shown.
BIN
bin/1_v_a_square
BIN
bin/1_v_a_square
Binary file not shown.
BIN
bin/2_p_b_raten
BIN
bin/2_p_b_raten
Binary file not shown.
BIN
bin/2_p_c_tree
BIN
bin/2_p_c_tree
Binary file not shown.
Binary file not shown.
BIN
bin/2_v_b_logic
BIN
bin/2_v_b_logic
Binary file not shown.
9
bin/README
Normal file
9
bin/README
Normal 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)
|
Loading…
Add table
Reference in a new issue