1
1
Remove ASM formats as they have not been used in some time.

Signed-off-by: Nathan Hjelm <hjelmn@google.com>
Этот коммит содержится в:
Nathan Hjelm 2020-02-26 06:34:41 -08:00
родитель d2dd27b008
Коммит 489c0840d1
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1220,7 +1220,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
# format:
# config_file-text-global-label_suffix-gsym-lsym-type-size-align_log-ppc_r_reg-64_bit-gnu_stack
asm_format="${opal_asm_arch_config}"
asm_format="default"
asm_format="${asm_format}-${opal_cv_asm_text}-${opal_cv_asm_global}"
asm_format="${asm_format}-${opal_cv_asm_label_suffix}-${opal_cv_asm_gsym}"
asm_format="${asm_format}-${opal_cv_asm_lsym}"

Просмотреть файл

@ -44,8 +44,5 @@
/* Formats */
#define OPAL_DEFAULT 1000 /* standard for given architecture */
#define OPAL_DARWIN 1001 /* Darwin / OS X on PowerPC */
#define OPAL_PPC_LINUX 1002 /* Linux on PowerPC */
#define OPAL_AIX 1003 /* AIX on Power / PowerPC */
#endif /* #ifndef OPAL_SYS_ARCHITECTURE_H */