summaryrefslogtreecommitdiff
path: root/configs/beos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 15:19:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 15:19:19 +0000
commit28569c25f6c211796fd8720f98f386690bddd3c9 (patch)
treee92ddf7a88c49a1bee413e989ca61a73f4f75579 /configs/beos
parent68d436140d44a9f33cb5817577ecd980c694c889 (diff)
use ASM_API variable, bug 4415
Diffstat (limited to 'configs/beos')
-rw-r--r--configs/beos3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/beos b/configs/beos
index 1d2eaa95995..007a929f888 100644
--- a/configs/beos
+++ b/configs/beos
@@ -26,7 +26,8 @@ ifeq ($(CPU), x86)
-DUSE_3DNOW_ASM \
-DUSE_SSE_ASM
- ASM_SOURCES = $(X86_SOURCES) $(X86_API)
+ ASM_SOURCES = $(X86_SOURCES)
+ ASM_API = $(X86_API)
CC = gcc
CXX = g++