* (bug 3268) Replace Mac OS X Carbon API calls with native ones (thanks
to i3enedek). * remove some spammy Mac OS X printf's regarding local network detection * replaced a #warning for non-OS X PPC systems with a call to msync(..., MS_INVALIDATE). This needs testing.
This commit is contained in:
parent
f3e1a64c04
commit
e8bbb1f2d1
4 changed files with 11 additions and 23 deletions
3
Makefile
3
Makefile
|
@ -340,9 +340,6 @@ ifeq ($(PLATFORM),darwin)
|
|||
|
||||
ifeq ($(ARCH),ppc)
|
||||
OPTIMIZE += -faltivec -O3
|
||||
# Carbon is required on PPC only to make a call to MakeDataExecutable
|
||||
# in the PPC vm (should be a better non-Carbon way).
|
||||
LDFLAGS += -framework Carbon
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
OPTIMIZE += -march=prescott -mfpmath=sse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue