mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
perl: Remove ccache handling
Now the ccache handling has moved to the toolchain wrapper, it is no longer necessary to pass TARGET_CC_NOCCACHE. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d82f69cf10
commit
906a01128c
@ -45,13 +45,12 @@ PERL_DEPENDENCIES += gdbm
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# We have to override LD, because an external multilib toolchain ld is not
|
# We have to override LD, because an external multilib toolchain ld is not
|
||||||
# wrapped to provide the required sysroot options. We also can't use ccache
|
# wrapped to provide the required sysroot options.
|
||||||
# because the configure script doesn't support it.
|
|
||||||
PERL_CONF_OPTS = \
|
PERL_CONF_OPTS = \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--target-tools-prefix=$(TARGET_CROSS) \
|
--target-tools-prefix=$(TARGET_CROSS) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
-Dld="$(TARGET_CC_NOCCACHE)" \
|
-Dld="$(TARGET_CC)" \
|
||||||
-Dccflags="$(TARGET_CFLAGS)" \
|
-Dccflags="$(TARGET_CFLAGS)" \
|
||||||
-Dldflags="$(TARGET_LDFLAGS) -lm" \
|
-Dldflags="$(TARGET_LDFLAGS) -lm" \
|
||||||
-Dmydomain="" \
|
-Dmydomain="" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user