diff options
author | Michael Forney <mforney@mforney.org> | 2022-06-06 13:22:28 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-06-06 13:22:28 -0700 |
commit | 7d9f23f73c96bca640e133a53813a74bdc85fe83 (patch) | |
tree | 3f3cc74ddaf409962a2af2b344c401761a858d76 /targ.c | |
parent | c88c649fc658a6acf4e03999268d6546b9dad87e (diff) |
Rename x86_64 target to include ABI
Diffstat (limited to 'targ.c')
-rw-r--r-- | targ.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ const struct target *targ; static const struct target alltargs[] = { { - .name = "x86_64", + .name = "x86_64-sysv", .typewchar = &typeint, .typevalist = &(struct type){ .kind = TYPEARRAY, |