summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-02 15:39:44 +0800
committerruki <[email protected]>2015-06-02 15:39:44 +0800
commitf639faef588a95b28ec02c781dee2a581f7a7992 (patch)
treefb50924f053cf26b9ad53c46c440aceeb82f8e45 /core
parent6ed13d09ec37896b0176e90ddaa99c90ecaccd1d (diff)
impl rebuild and update
Diffstat (limited to 'core')
-rw-r--r--core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h2
-rwxr-xr-xcore/pkg/tbox.pkg/inc/tbox/prefix/arch.h42
-rw-r--r--core/pkg/tbox.pkg/lib/msvc/x86/tboxd.pdbbin290816 -> 290816 bytes
-rw-r--r--core/pkg/tbox.pkg/lib/msvc/x86/tboxr.pdbbin282624 -> 282624 bytes
4 files changed, 22 insertions, 22 deletions
diff --git a/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h b/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h
index b6ee12239..f48896de0 100644
--- a/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h
+++ b/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h
@@ -15,7 +15,7 @@
#define TB_CONFIG_VERSION_ALTER 8
// build version
-#define TB_CONFIG_VERSION_BUILD 201505201458
+#define TB_CONFIG_VERSION_BUILD 201506021443
// small
#define TB_CONFIG_SMALL (0)
diff --git a/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h b/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h
index 722bfad25..8364dceb6 100755
--- a/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h
+++ b/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h
@@ -77,27 +77,7 @@
# endif
#elif defined(__arm__) || defined(__arm64) || defined(__arm64__)
# define TB_ARCH_ARM
-# if defined(__ARM_ARCH)
-# define TB_ARCH_ARM_VERSION __ARM_ARCH
-# if __ARM_ARCH >= 8
-# define TB_ARCH_ARM_v8
-# if defined(__arm64) || defined(__arm64__)
-# define TB_ARCH_ARM64
-# define TB_ARCH_STRING "arm64"
-# else
-# define TB_ARCH_STRING "armv7s"
-# endif
-# elif __ARM_ARCH >= 7
-# define TB_ARCH_ARM_v7
-# define TB_ARCH_STRING "armv7"
-# elif __ARM_ARCH >= 6
-# define TB_ARCH_ARM_v6
-# define TB_ARCH_STRING "armv6"
-# else
-# define TB_ARCH_ARM_v5
-# define TB_ARCH_STRING "armv5"
-# endif
-# elif defined(__ARM64_ARCH_8__)
+# if defined(__ARM64_ARCH_8__)
# define TB_ARCH_ARM64
# define TB_ARCH_ARM_VERSION (8)
# define TB_ARCH_ARM_v8
@@ -122,6 +102,26 @@
# define TB_ARCH_ARM_VERSION (5)
# define TB_ARCH_ARM_v5
# define TB_ARCH_STRING "armv5"
+# elif defined(__ARM_ARCH)
+# define TB_ARCH_ARM_VERSION __ARM_ARCH
+# if __ARM_ARCH >= 8
+# define TB_ARCH_ARM_v8
+# if defined(__arm64) || defined(__arm64__)
+# define TB_ARCH_ARM64
+# define TB_ARCH_STRING "arm64"
+# else
+# define TB_ARCH_STRING "armv7s"
+# endif
+# elif __ARM_ARCH >= 7
+# define TB_ARCH_ARM_v7
+# define TB_ARCH_STRING "armv7"
+# elif __ARM_ARCH >= 6
+# define TB_ARCH_ARM_v6
+# define TB_ARCH_STRING "armv6"
+# else
+# define TB_ARCH_ARM_v5
+# define TB_ARCH_STRING "armv5"
+# endif
# else
# error unknown arm arch version
# endif
diff --git a/core/pkg/tbox.pkg/lib/msvc/x86/tboxd.pdb b/core/pkg/tbox.pkg/lib/msvc/x86/tboxd.pdb
index 62089bb48..cac9103b7 100644
--- a/core/pkg/tbox.pkg/lib/msvc/x86/tboxd.pdb
+++ b/core/pkg/tbox.pkg/lib/msvc/x86/tboxd.pdb
Binary files differ
diff --git a/core/pkg/tbox.pkg/lib/msvc/x86/tboxr.pdb b/core/pkg/tbox.pkg/lib/msvc/x86/tboxr.pdb
index 3850e0cf2..cbff71939 100644
--- a/core/pkg/tbox.pkg/lib/msvc/x86/tboxr.pdb
+++ b/core/pkg/tbox.pkg/lib/msvc/x86/tboxr.pdb
Binary files differ