Merge "MIPS: Remove -U__unix and -U__unix__ from cflags"
This commit is contained in:
commit
16b9ce4dff
|
@ -28,8 +28,6 @@ var (
|
|||
"-fomit-frame-pointer",
|
||||
"-fno-strict-aliasing",
|
||||
"-funswitch-loops",
|
||||
"-U__unix",
|
||||
"-U__unix__",
|
||||
"-Umips",
|
||||
"-ffunction-sections",
|
||||
"-fdata-sections",
|
||||
|
|
|
@ -28,8 +28,6 @@ var (
|
|||
"-fomit-frame-pointer",
|
||||
"-fno-strict-aliasing",
|
||||
"-funswitch-loops",
|
||||
"-U__unix",
|
||||
"-U__unix__",
|
||||
"-Umips",
|
||||
"-ffunction-sections",
|
||||
"-fdata-sections",
|
||||
|
|
Loading…
Reference in New Issue