File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
com.oracle.graal.python.cext/lzma
com.oracle.graal.python.parser.antlr Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2022 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* The Universal Permissive License (UPL), Version 1.0
70
70
#define HAVE_FCNTL_H 1
71
71
#define HAVE_FUTIMENS 1
72
72
#define HAVE_GETTEXT 1
73
+ #ifdef __aarch64__
74
+ #define HAVE_IMMINTRIN_H 0
75
+ #else
73
76
#define HAVE_IMMINTRIN_H 1
77
+ #endif
74
78
#define HAVE_INTTYPES_H 1
75
79
#define HAVE_LIMITS_H 1
76
80
#define HAVE_MBRTOWC 1
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ ${STAMP}: ${SOURCE} ${POSTPROCESSOR}
56
56
57
57
# postprocessing to make source compile without warnings
58
58
${PARSER_PATH}/% .java : ${STAMP}
59
- python ${POSTPROCESSOR} $@
59
+ python3 ${POSTPROCESSOR} $@
60
60
61
61
clean :
62
62
ifeq ($(wildcard ${SOURCE}) ,)
You can’t perform that action at this time.
0 commit comments