libstand: Isolate gcc-specific flags, avoid native compilations
authorJohn Marino <draco@marino.st>
Sat, 25 Oct 2014 07:28:32 +0000 (09:28 +0200)
committerJohn Marino <draco@marino.st>
Sat, 25 Oct 2014 07:32:49 +0000 (09:32 +0200)
commit81e6e8a96242a48ee18e886c47edbda9a6e94174
treeac9ff04e75eef49364bc27310f77719646d964e3
parent00a3729f1fb4f3dc8e9311eba4bfe6fad428f5ac
libstand: Isolate gcc-specific flags, avoid native compilations

Only set -mpreferred-stack-boundary when using GCC.  While here, add
a bunch of flags that avoid cpu-specific instructions.  Similar flags
are seen in the boot code.
lib/libstand/Makefile