mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
gnuplot: fix m68k uclinux compile
The GCC manual suggest when getting: relocation truncated to fit: R_68K_GOT16O foobar to use -mxgot. Fixes: http://autobuild.buildroot.net/results/d1e030c42f43f49575f36ecc82e9dd9018ca4f73/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fd4f715268
commit
fe7235aaa6
@ -25,6 +25,11 @@ GNUPLOT_CONF_OPTS = \
|
|||||||
--without-latex \
|
--without-latex \
|
||||||
--without-cairo
|
--without-cairo
|
||||||
|
|
||||||
|
# relocation truncated to fit: R_68K_GOT16O
|
||||||
|
ifeq ($(BR2_m68k_cf),y)
|
||||||
|
GNUPLOT_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -mxgot"
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy)
|
ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy)
|
||||||
GNUPLOT_CONF_OPTS += --with-gd
|
GNUPLOT_CONF_OPTS += --with-gd
|
||||||
GNUPLOT_DEPENDENCIES += gd
|
GNUPLOT_DEPENDENCIES += gd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user