aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine-sdk/i386-darwin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine-sdk/i386-darwin.conf')
-rw-r--r--conf/machine-sdk/i386-darwin.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine-sdk/i386-darwin.conf b/conf/machine-sdk/i386-darwin.conf
new file mode 100644
index 0000000..5d322fa
--- /dev/null
+++ b/conf/machine-sdk/i386-darwin.conf
@@ -0,0 +1,25 @@
+SDK_ARCH = "i386"
+SDK_OS = "darwin"
+
+#GCCTHREADS_mingw32 = "win32"
+
+PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc = "nativesdk-osx-runtime"
+PREFERRED_PROVIDER_virtual/${SDK_PREFIX}binutils-crosssdk = "odcctools-crosssdk"
+PREFERRED_PROVIDER_virtual/nativesdk-libc = "nativesdk-osx-runtime"
+PREFERRED_PROVIDER_virtual/nativesdk-libintl = "nativesdk-osx-runtime"
+PREFERRED_PROVIDER_virtual/nativesdk-libiconv = "nativesdk-osx-runtime"
+
+USE_NLS_darwin = "no"
+
+# Do what amounts to a NOOP
+SDK_PACKAGING_FUNC = "do_compile"
+
+SDKPKGSUFFIX = "nativesdk-darwin"
+
+# Remove -rpath and -rpath-link
+BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \
+ -L${STAGING_DIR_HOST}${base_libdir}"
+
+SDKUSE_NLS = "no"
+
+MACHINEOVERRIDES .= ":darwinsdk" \ No newline at end of file