diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-12 15:19:19 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-12 15:19:19 +0000 |
commit | 28569c25f6c211796fd8720f98f386690bddd3c9 (patch) | |
tree | e92ddf7a88c49a1bee413e989ca61a73f4f75579 /configs/beos | |
parent | 68d436140d44a9f33cb5817577ecd980c694c889 (diff) |
use ASM_API variable, bug 4415
Diffstat (limited to 'configs/beos')
-rw-r--r-- | configs/beos | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/beos b/configs/beos index 1d2eaa9599..007a929f88 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++ |