Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fix sed
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Feb 7, 2024
1 parent e50ae69 commit 6070c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endif
# gcc 4.8 doesn't support -Wimplicit-fallthrough option
cd cpuid && sed -i s/"-Wimplicit-fallthrough"/""/ Makefile
# modifies one line to short-circuit output due to potential infinite loop on some systems
cd cpuid && sed -i s/"(words\[WORD_EAX\] & 0xfff)"/0/ cpuid.c
cd cpuid && sed -i 11242s/"(words\[WORD_EAX\] & 0xfff)"/0/ cpuid.c
cd cpuid && make

dmidecode:
Expand Down

0 comments on commit 6070c98

Please sign in to comment.