File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: 7e1acc57d827f2141c425a2420f8769790abac42
32
+ refs/heads/stable: ea31ff20f0437db5f77fc3e8d6d6f2efad74f887
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
34
34
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
35
35
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e
Original file line number Diff line number Diff line change 1
1
# armv7-unknown-linux-gnueabihf configuration
2
- CROSS_PREFIX_armv7-unknown-linux-gnueabihf =armv7-unknown -linux-gnueabihf-
2
+ CROSS_PREFIX_armv7-unknown-linux-gnueabihf =arm -linux-gnueabihf-
3
3
CC_armv7-unknown-linux-gnueabihf =gcc
4
4
CXX_armv7-unknown-linux-gnueabihf =g++
5
5
CPP_armv7-unknown-linux-gnueabihf =gcc -E
@@ -8,8 +8,8 @@ CFG_LIB_NAME_armv7-unknown-linux-gnueabihf=lib$(1).so
8
8
CFG_STATIC_LIB_NAME_armv7-unknown-linux-gnueabihf =lib$(1 ) .a
9
9
CFG_LIB_GLOB_armv7-unknown-linux-gnueabihf =lib$(1 ) -*.so
10
10
CFG_LIB_DSYM_GLOB_armv7-unknown-linux-gnueabihf =lib$(1 ) -*.dylib.dSYM
11
- CFG_JEMALLOC_CFLAGS_armv7-unknown-linux-gnueabihf := -D__arm__ $(CFLAGS )
12
- CFG_GCCISH_CFLAGS_armv7-unknown-linux-gnueabihf := -Wall -g -fPIC -D__arm__ $(CFLAGS )
11
+ CFG_JEMALLOC_CFLAGS_armv7-unknown-linux-gnueabihf := -D__arm__ $(CFLAGS ) -march=armv7
12
+ CFG_GCCISH_CFLAGS_armv7-unknown-linux-gnueabihf := -Wall -g -fPIC -D__arm__ $(CFLAGS ) -march=armv7
13
13
CFG_GCCISH_CXXFLAGS_armv7-unknown-linux-gnueabihf := -fno-rtti $(CXXFLAGS )
14
14
CFG_GCCISH_LINK_FLAGS_armv7-unknown-linux-gnueabihf := -shared -fPIC -g
15
15
CFG_GCCISH_DEF_FLAG_armv7-unknown-linux-gnueabihf := -Wl,--export-dynamic,--dynamic-list=
You can’t perform that action at this time.
0 commit comments