diff options
| author | 2026-03-20 22:35:49 +0100 | |
|---|---|---|
| committer | 2026-03-20 22:36:24 +0100 | |
| commit | a49b92988ceb810c8e6044d44f855616b4d6e5ab (patch) | |
| tree | 0848511760a4ecc9fe3049343349ab9846ad090b /src/antcc.h | |
| parent | 31032275a618f74865bdc877b569eae2227e79b4 (diff) | |
driver: only depend on ld for linking (todo)
Diffstat (limited to 'src/antcc.h')
| -rw-r--r-- | src/antcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/antcc.h b/src/antcc.h index a666a95..59ae690 100644 --- a/src/antcc.h +++ b/src/antcc.h @@ -156,7 +156,7 @@ typedef struct TargTriple { extern TargTriple target; enum objkind { OBJELF }; extern const struct MCTarg *mctarg; -void targ_init(const char *); +bool targ_init(const char *, const TargTriple *dfault); /*********/ /** MEM **/ |