|
From: <sv...@va...> - 2009-02-17 23:13:12
|
Author: njn Date: 2009-02-17 21:53:19 +0000 (Tue, 17 Feb 2009) New Revision: 9196 Log: Fix a typo that prevented it building on amd64-darwin. Modified: branches/DARWIN/Makefile.flags.am Modified: branches/DARWIN/Makefile.flags.am =================================================================== --- branches/DARWIN/Makefile.flags.am 2009-02-17 07:03:15 UTC (rev 9195) +++ branches/DARWIN/Makefile.flags.am 2009-02-17 21:53:19 UTC (rev 9196) @@ -89,8 +89,8 @@ AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64 AM_CPPFLAGS_AMD64_DARWIN = $(AM_CPPFLAGS_COMMON) \ -DVGA_amd64=1 \ - -DVGO_linux=1 \ - -DVGP_amd64_linux=1 + -DVGO_darwin=1 \ + -DVGP_amd64_darwin=1 AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \ -mmacosx-version-min=10.5 -fno-stack-protector # GrP fixme -O0 for debugging goes here |