Merged in changes for fixes to PPC support from vanilla branch.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -366,7 +366,7 @@ else if $(MAC)
|
|||||||
SUFLIB ?= .lib ;
|
SUFLIB ?= .lib ;
|
||||||
SUFOBJ ?= .o ;
|
SUFOBJ ?= .o ;
|
||||||
}
|
}
|
||||||
else if $(OS) = BEOS && $(METROWERKS)
|
else if $(OS) = BEOS && $(OSPLAT) = PPC
|
||||||
{
|
{
|
||||||
AR ?= mwld -xml -o ;
|
AR ?= mwld -xml -o ;
|
||||||
BINDIR ?= /boot/home/config/bin ;
|
BINDIR ?= /boot/home/config/bin ;
|
||||||
|
|||||||
@@ -29,15 +29,6 @@ CFLAGS =
|
|||||||
#CFLAGS = -DNT
|
#CFLAGS = -DNT
|
||||||
#TARGET = /Fejam0
|
#TARGET = /Fejam0
|
||||||
|
|
||||||
# BeOS - Metroworks CodeWarrior
|
|
||||||
#CC = mwcc
|
|
||||||
#Include = /NewDisk/develop/headers/posix
|
|
||||||
#CFLAGS = -I $(Include)
|
|
||||||
|
|
||||||
# BeOS - gcc
|
|
||||||
#CC = gcc
|
|
||||||
#LINKLIBS = -lnet
|
|
||||||
|
|
||||||
# Interix - gcc
|
# Interix - gcc
|
||||||
#CC = gcc
|
#CC = gcc
|
||||||
|
|
||||||
|
|||||||
@@ -393,6 +393,7 @@
|
|||||||
defined( PPC ) || \
|
defined( PPC ) || \
|
||||||
defined( ppc ) || \
|
defined( ppc ) || \
|
||||||
defined( __powerpc__ ) || \
|
defined( __powerpc__ ) || \
|
||||||
|
defined( __POWERPC__ ) || \
|
||||||
defined( __ppc__ )
|
defined( __ppc__ )
|
||||||
# define OSPLAT "OSPLAT=PPC"
|
# define OSPLAT "OSPLAT=PPC"
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ char *jambase[] = {
|
|||||||
"SUFLIB ?= .lib ;\n",
|
"SUFLIB ?= .lib ;\n",
|
||||||
"SUFOBJ ?= .o ;\n",
|
"SUFOBJ ?= .o ;\n",
|
||||||
"}\n",
|
"}\n",
|
||||||
"else if $(OS) = BEOS && $(METROWERKS)\n",
|
"else if $(OS) = BEOS && $(OSPLAT) = PPC\n",
|
||||||
"{\n",
|
"{\n",
|
||||||
"AR ?= mwld -xml -o ;\n",
|
"AR ?= mwld -xml -o ;\n",
|
||||||
"BINDIR ?= /boot/home/config/bin ;\n",
|
"BINDIR ?= /boot/home/config/bin ;\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user