diff options
Diffstat (limited to 'pkg/qbe/gen.rc')
| -rw-r--r-- | pkg/qbe/gen.rc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkg/qbe/gen.rc b/pkg/qbe/gen.rc index fd81bd1a..8ff3166b 100644 --- a/pkg/qbe/gen.rc +++ b/pkg/qbe/gen.rc @@ -2,10 +2,11 @@ cflags\ -Wall -Wextra '-std=c99' -pedantic\ -I '$dir' -abi=sysv exe qbe\ - main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c fold.c\ - live.c isel.c spill.c rega.c emit.c $abi.c + main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c\ + fold.c live.c spill.c rega.c gas.c\ + amd64/^(targ.c sysv.c isel.c emit.c)\ + arm64/^(targ.c abi.c isel.c emit.c) file bin/qbe '$outdir'/qbe 755 fetch git |
