Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

39 Commits   2 Branches   2 Tags
Index: constants.mk
===================================================================
--- constants.mk	(revision 29)
+++ constants.mk	(revision 30)
@@ -70,7 +70,10 @@
 #
 #   Also this key can be found at https://keys.radix.pro/ by support@radix.pro e-mail.
 #
-GNUPG_OPTIONS =
+#GNUPG_OPTIONS =
+GNUPG_OPTIONS  = -g ~/.gnupg
+GNUPG_OPTIONS += -p ~/.gnupg/.pkgtool-passphrase
+GNUPG_OPTIONS += -k 0xC99BA24F786312EE
 
 
 ################################################################
@@ -1044,7 +1047,7 @@
 S8XX_GLIBC_TARBALL           = $(TOOLCHAINS_FTP_BASE)/$(S8XX_GLIBC_VERSION)/$(S8XX_GLIBC_DIR)-$(S8XX_GLIBC_VERSION).$(TARBALL_SUFFIX)
 
 S8XX_GLIBC_ARCH_DEFS         = -D__AMLOGIC_S8XX_GLIBC__=1
-S8XX_GLIBC_ARCH_FLAGS        = -march=armv7-a -mtune=cortex-a5 -mfpu=neon -mfloat-abi=hard -mfpu=neon -mabi=aapcs-linux -fomit-frame-pointer
+S8XX_GLIBC_ARCH_FLAGS        = -march=armv7-a -mtune=cortex-a5 -mfpu=neon -mfloat-abi=hard -mabi=aapcs-linux -fomit-frame-pointer
 
 S8XX_GLIBC_SYSROOT           = sys-root
 S8XX_GLIBC_DEST_SYSROOT      = yes