From b59347d0b8b676cb555fe8da5cad08fcd4eeb0d3 Mon Sep 17 00:00:00 2001 From: Lv Zheng Date: Mon, 23 Jan 2017 16:58:44 +0800 Subject: [PATCH] Linuxize: Restore and fix intel compiler build This patch restores Intel compiler settings for ACPICA components. And fixes its inclusion in acenv.h. Reported-by: Stepan M Mishura Signed-off-by: Lv Zheng --- generate/linux/libacpica.sh | 1 - source/tools/acpisrc/astable.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/generate/linux/libacpica.sh b/generate/linux/libacpica.sh index 0d6713ebf..c4d2227a8 100755 --- a/generate/linux/libacpica.sh +++ b/generate/linux/libacpica.sh @@ -108,7 +108,6 @@ acpica_exclude_paths() include/acpi/platform/acefiex.h \ include/acpi/platform/acfreebsd.h \ include/acpi/platform/achaiku.h \ - include/acpi/platform/acintel.h \ include/acpi/platform/acmacosx.h \ include/acpi/platform/acmsvc.h \ include/acpi/platform/acmsvcex.h \ diff --git a/source/tools/acpisrc/astable.c b/source/tools/acpisrc/astable.c index 0c2e7aeae..11ca3a269 100644 --- a/source/tools/acpisrc/astable.c +++ b/source/tools/acpisrc/astable.c @@ -848,6 +848,7 @@ ACPI_STRING_TABLE LinuxSpecialStrings[] = { {"\"platform/acenv.h\"", "", REPLACE_WHOLE_WORD}, {"\"platform/acenvex.h\"", "", REPLACE_WHOLE_WORD}, {"\"acgcc.h\"", "", REPLACE_WHOLE_WORD}, + {"\"acintel.h\"", "", REPLACE_WHOLE_WORD}, {"\"aclinux.h\"", "", REPLACE_WHOLE_WORD}, {"\"aclinuxex.h\"", "", REPLACE_WHOLE_WORD},