diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-20 17:02:29 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-20 17:02:29 -0500 |
| commit | e381a42de9c0f0c5439a926b0ac99026a0373f49 (patch) | |
| tree | 97efb484ce5823d10cc43d24d39b4a17a72896d4 /lib/std/buffer.zig | |
| parent | b0d2ebe529593566f209d34d5bbbfd72cde2a6b9 (diff) | |
| download | zig-e381a42de9c0f0c5439a926b0ac99026a0373f49.tar.gz zig-e381a42de9c0f0c5439a926b0ac99026a0373f49.zip | |
quick fix: add -mcpu=baseline support to zig0
When the build.zig logic to build libzigstage2 was converted to a cmake
command, it neglected to use baseline CPU features rather than compiling
with native features.
This adds a hard coded flag `-mcpu=baseline` which can be used to detect
the native target, but mark it as non-native so that it does not get the
CPU features specific to the host used to compile libzigstage2.
Full `-mcpu` support is happening in the upcoming pull request #4509,
and so this "quick fix" will be cleaned up in that branch, before it is
merged to master.
closes #4506
Diffstat (limited to 'lib/std/buffer.zig')
0 files changed, 0 insertions, 0 deletions
