Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Fix modern GCC and Xen compilation

Compare
Choose a tag to compare
@avsm avsm released this 27 Jan 00:42
· 255 commits to master since this release

Fix Xen compilation with gcc 4.8+ by disabling the stack protector and -fno-tree-loop-distribute-patterns (not compatible with MiniOS). These missing flags were a regression from 2.1.3, which did include them.