TARGET_CPU can now be set externally if needed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -54,7 +54,7 @@ C++FLAGS += -nostdinc ;
|
|||||||
# Determine mimetype of executable
|
# Determine mimetype of executable
|
||||||
# Cross compiling can come later
|
# Cross compiling can come later
|
||||||
|
|
||||||
TARGET_CPU = $(OSPLAT:L) ;
|
TARGET_CPU ?= $(OSPLAT:L) ;
|
||||||
OBOS_VERSION ?= R1 ;
|
OBOS_VERSION ?= R1 ;
|
||||||
|
|
||||||
switch $(TARGET_CPU) {
|
switch $(TARGET_CPU) {
|
||||||
|
|||||||
Reference in New Issue
Block a user