MantisBT - NetSurf
View Issue Details
0002208NetSurf[All Projects] Generalpublic2014-10-23 12:522016-02-16 15:30
ReporterChristian Lepper 
Assigned ToVincent Sanders 
PrioritynormalSeveritytrivialReproducibilityalways
StatusclosedResolutionfixed 
PlatformX86 -> armOSHost ubuntu OS Version
Product Version 
Target VersionFixed in Version3.4 
Fixed in CI build #2675
Reported in CI build #
URL of problem page
Summary0002208: STRIP handling
DescriptionSettings in Makefile.config:
## Enable stripping the NetSurf binary
# Valid options: YES, NO
override NETSURF_STRIP_BINARY := YES

Using external strip:
export STRIP=/<......>/bin/arm-linux-strip

While cross compiling with HOST x86 and TARGET arm, using a cross-gcc and cross-strip. the .../netsurf/Makefile sets the variable STRIP to the HOST-strip

changing line 140:
from
STRIP = strip
to:
STRIP ?= strip

will give this possibility to use cross-strip properly.
TagsNo tags attached.
Attached Files

Notes
(0000802)
Vincent Sanders   
2015-03-22 17:50   
NetSurf makefile updated as suggested.
(0001322)
Vincent Sanders   
2016-02-16 15:30   
Confirmed resolved in 3.4 release

Issue History
2014-10-23 12:52Christian LepperNew Issue
2015-03-22 17:37Vincent SandersProjectBuildsystem => NetSurf
2015-03-22 17:50Vincent SandersFixed in CI build # => 2675
2015-03-22 17:50Vincent SandersNote Added: 0000802
2015-03-22 17:50Vincent SandersAssigned To => Vincent Sanders
2015-03-22 17:50Vincent SandersStatusnew => resolved
2015-03-22 17:50Vincent SandersResolutionopen => fixed
2015-03-22 17:50Vincent SandersFixed in Version => 3.4
2016-02-16 15:30Vincent SandersNote Added: 0001322
2016-02-16 15:30Vincent SandersStatusresolved => closed