From 7c7fece97734284858a4605b8e2ca3e4eb0851ee Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Mon, 10 Mar 2008 15:13:28 -0700 Subject: Darwin: Config/source fixes to now build glxdemo apps and OSMesa Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7) --- configs/darwin-fat-all | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/darwin-fat-all (limited to 'configs/darwin-fat-all') diff --git a/configs/darwin-fat-all b/configs/darwin-fat-all new file mode 100644 index 0000000000..e20d1d3d06 --- /dev/null +++ b/configs/darwin-fat-all @@ -0,0 +1,7 @@ +# Configuration for Darwin / MacOS X, making 32bit and 64bit fat dynamic libs + +RC_CFLAGS="-arch ppc -arch i386 -arch ppc64 -arch ppc_64" + +include $(TOP)/configs/darwin + +CONFIG_NAME = darwin-fat-all -- cgit v1.2.3