mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-21 10:41:48 +00:00
Rename X86-64_API -> X86_64_API
automake doesn't allow hyphens in variable names Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Eric Anholt <eric@anholt.net> Tested-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
defadf2b15
commit
1e48dfeee6
@ -509,7 +509,7 @@ if test "x$enable_asm" = xyes; then
|
||||
x86_64)
|
||||
DEFINES="$DEFINES -DUSE_X86_64_ASM"
|
||||
MESA_ASM_FILES='$(X86_64_FILES)'
|
||||
GLAPI_ASM_SOURCES='$(X86-64_API)'
|
||||
GLAPI_ASM_SOURCES='$(X86_64_API)'
|
||||
AC_MSG_RESULT([yes, x86_64])
|
||||
;;
|
||||
sparc)
|
||||
|
@ -12,7 +12,7 @@ GLAPI_SOURCES = \
|
||||
X86_API = \
|
||||
glapi_x86.S
|
||||
|
||||
X86-64_API = \
|
||||
X86_64_API = \
|
||||
glapi_x86-64.S
|
||||
|
||||
SPARC_API = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user