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:
Axel Dörfler 2003-05-03 17:01:03 +00:00
parent 1f622a7b2e
commit c9882d9e80

View File

@ -54,7 +54,7 @@ C++FLAGS += -nostdinc ;
# Determine mimetype of executable
# Cross compiling can come later
TARGET_CPU = $(OSPLAT:L) ;
TARGET_CPU ?= $(OSPLAT:L) ;
OBOS_VERSION ?= R1 ;
switch $(TARGET_CPU) {