From ded497293468548bc31fb4716de7d4bb2a706c13 Mon Sep 17 00:00:00 2001 From: "Clifford T. Matthews" Date: Thu, 11 Nov 2010 10:35:38 -0700 Subject: [PATCH] tiny change to autogen.sh. I want to try building from a completely new clone (to make sure I'm not accidentally depending on stuff in my current directory) --- README | 16 ++++++++++++++++ autogen.sh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README b/README index 854b92a..7ced4c2 100644 --- a/README +++ b/README @@ -1,3 +1,19 @@ +This README is from the ancient_hackage branch where I'm trying to +figure out just how far I got with Syn68k for the iPad before I +dropped it. Much of the info in this README will be incorrect. + +I hacked autogen.sh to usee glibtoolize --force, but I should see +if I can use autoreconf to do the right thing. + +Mac OS X 10.6 notes: +Xcode: 3.2.3 64-bit Xcode IDE: 1688.0, Xcode Core: 1691.0, ToolSupport: 1591.0 + +PATH="/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" + +CC='gcc -m32 -fno-stack-check -fno-stack-protector' ../configure + + + ======================================================================== Mac OS X 10.6 (Snow Leopard) note: by default gcc now creates 64-bit binaries, which means the version of Syn68k that will be built won't work diff --git a/autogen.sh b/autogen.sh index 722c6bf..1a0d840 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ set -o errexit -o nounset -o noclobber -glibtoolize +glibtoolize --force aclocal autoheader automake --add-missing