Skip to content

Commit

Permalink
Linuxize: Restore and fix intel compiler build
Browse files Browse the repository at this point in the history
This patch restores Intel compiler settings for ACPICA components.
And fixes its inclusion in acenv.h.

Reported-by: Stepan M Mishura <stepan.m.mishura@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
  • Loading branch information
Lv Zheng committed Jan 23, 2017
1 parent ba5020b commit b59347d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion generate/linux/libacpica.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions source/tools/acpisrc/astable.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ ACPI_STRING_TABLE LinuxSpecialStrings[] = {
{"\"platform/acenv.h\"", "<acpi/platform/acenv.h>", REPLACE_WHOLE_WORD},
{"\"platform/acenvex.h\"", "<acpi/platform/acenvex.h>", REPLACE_WHOLE_WORD},
{"\"acgcc.h\"", "<acpi/platform/acgcc.h>", REPLACE_WHOLE_WORD},
{"\"acintel.h\"", "<acpi/platform/acintel.h>", REPLACE_WHOLE_WORD},
{"\"aclinux.h\"", "<acpi/platform/aclinux.h>", REPLACE_WHOLE_WORD},
{"\"aclinuxex.h\"", "<acpi/platform/aclinuxex.h>", REPLACE_WHOLE_WORD},

Expand Down

0 comments on commit b59347d

Please sign in to comment.