-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-arm.conf
More file actions
84 lines (65 loc) · 1.79 KB
/
build-arm.conf
File metadata and controls
84 lines (65 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# build-arm.conf - Build Configuration for 32-bit ARM Android
# Global settings
PARALLEL_JOBS=$(nproc)
VERBOSE=0
KEEP_SOURCES=1
KEEP_BUILD_DIRS=0
LOG_DIR=logs
# Target configuration for 32-bit ARM
TARGET_ARCH=arm
TARGET_TRIPLE=armv7a-linux-androideabi
API_LEVEL=21
# Per-tool configuration (can be overridden in tool build scripts)
# Format: TOOL_CFLAGS_<TOOLNAME>, TOOL_LDFLAGS_<TOOLNAME>, etc.
# libnl3 configuration
TOOL_CFLAGS_libnl3="-O2 -fPIC -D_GNU_SOURCE"
TOOL_LDFLAGS_libnl3=""
# libpcap configuration
TOOL_CFLAGS_libpcap="-O2 -fPIC"
TOOL_LDFLAGS_libpcap=""
TOOL_CONFIGURE_OPTS_libpcap="--disable-shared --enable-static"
# tshark configuration
TOOL_CFLAGS_tshark="-O2 -fPIC"
TOOL_LDFLAGS_tshark=""
# iw configuration
TOOL_CFLAGS_iw="-O2 -fPIC"
TOOL_LDFLAGS_iw=""
# busybox configuration
TOOL_CFLAGS_busybox="-O2 -static"
TOOL_LDFLAGS_busybox=""
# nano configuration
TOOL_CFLAGS_nano="-O2 -fPIC"
TOOL_LDFLAGS_nano=""
# libcap configuration
TOOL_CFLAGS_libcap="-O2 -fPIC"
TOOL_LDFLAGS_libcap=""
# libnet configuration
TOOL_CFLAGS_libnet="-O2 -fPIC"
TOOL_LDFLAGS_libnet=""
# curl configuration
TOOL_CFLAGS_curl="-O2 -fPIC"
TOOL_LDFLAGS_curl=""
# tcpdump configuration
TOOL_CFLAGS_tcpdump="-O2 -fPIC"
TOOL_LDFLAGS_tcpdump=""
# nmap configuration
TOOL_CFLAGS_nmap="-O2 -fPIC"
TOOL_LDFLAGS_nmap=""
# aircrack-ng configuration
TOOL_CFLAGS_aircrack_ng="-O2 -fPIC"
TOOL_LDFLAGS_aircrack_ng=""
# reaver configuration
TOOL_CFLAGS_reaver="-O2 -fPIC"
TOOL_LDFLAGS_reaver=""
# pixiewps configuration
TOOL_CFLAGS_pixiewps="-O2 -fPIC"
TOOL_LDFLAGS_pixiewps=""
# hcxtools configuration
TOOL_CFLAGS_hcxtools="-O2 -fPIC"
TOOL_LDFLAGS_hcxtools=""
# hcxdumptool configuration
TOOL_CFLAGS_hcxdumptool="-O2 -fPIC"
TOOL_LDFLAGS_hcxdumptool=""
# macchanger configuration
TOOL_CFLAGS_macchanger="-O2 -fPIC"
TOOL_LDFLAGS_macchanger=""