Soft'N'Design Software
/
projects
/
ulvpn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce63106
)
forget -static-libgcc flag
author
Mazet Laurent
<laurent.mazet@thalesgroup.com>
Mon, 7 Jul 2025 17:25:19 +0000
(19:25 +0200)
committer
Mazet Laurent
<laurent.mazet@thalesgroup.com>
Mon, 7 Jul 2025 17:25:19 +0000
(19:25 +0200)
install.md
patch
|
blob
|
blame
|
history
diff --git
a/install.md
b/install.md
index ddff774451977d17e771ba81642d7d3cd5309c7e..e17f256dc661b4b84329259f684f7dd587acaf0d 100644
(file)
--- a/
install.md
+++ b/
install.md
@@
-42,7
+42,7
@@
Those programs need to be build:
INCLUDES=-I/usr/local/arm/include LDOPTS=-L/usr/local/arm/lib \
CC=arm-linux-gnueabihf-gcc AR=arm-linux-gnueabihf-ar make
- Build statically linked binaries
- INCLUDES=-I/usr/local/arm/include LDOPTS="-L/usr/local/arm/lib -static" \
+ INCLUDES=-I/usr/local/arm/include LDOPTS="-L/usr/local/arm/lib -static
-static-libgcc
" \
CC=arm-linux-gnueabihf-gcc AR=arm-linux-gnueabihf-ar make
## Limitations