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:
Ingo Weinhold
2002-08-07 20:55:39 +00:00
parent 0b6140dc37
commit 70c87ab1f9
4 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -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 ;
-9
View File
@@ -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
+1
View File
@@ -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
+1 -1
View File
@@ -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",