diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-20 23:50:43 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-20 23:50:43 +0000 |
| commit | 6002ec7d841d91d85cc55733c539594c97fc2e30 (patch) | |
| tree | 951daac374219fcf6d49af9195383443e8f468f0 /kc/defaults.mk | |
| parent | 0625188d3e925136645f2a99f6280dbf689dc0e2 (diff) | |
moving files around
Diffstat (limited to 'kc/defaults.mk')
| -rw-r--r-- | kc/defaults.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kc/defaults.mk b/kc/defaults.mk index 4464801..588b9b0 100644 --- a/kc/defaults.mk +++ b/kc/defaults.mk @@ -1,5 +1,6 @@ + LIBDIRS += -L$(dir $(shell $(CC) -print-libgcc-file-name)) -LDSCRIPT := ../component.ld +LDSCRIPT := ../kc.ld LDFLAGS += -z max-page-size=4096 --export-dynamic -pic --no-dynamic-linker \ -z separate-code LOADLIBES := -lgcc |
