mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
Merge pull request #492 from nmeum/cyclone-system-libcyclone
Makefile: Also pass -L. for CYCLONE_SYSTEM
This commit is contained in:
commit
3bb3762c24
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ include Makefile.config
|
||||||
# Set up Cyclone here to build the compiler itself using a system-installed
|
# Set up Cyclone here to build the compiler itself using a system-installed
|
||||||
# compiler (EG: from bootstrap or an earlier cyclone version). Everything
|
# compiler (EG: from bootstrap or an earlier cyclone version). Everything
|
||||||
# else can then be built using our local binary.
|
# else can then be built using our local binary.
|
||||||
CYCLONE_SYSTEM = cyclone -A .
|
CYCLONE_SYSTEM = cyclone -A . -CLNK '-L.'
|
||||||
CYCLONE_LOCAL = ./cyclone -A . -A libs -COPT '-Iinclude' -CLNK '-L.'
|
CYCLONE_LOCAL = ./cyclone -A . -A libs -COPT '-Iinclude' -CLNK '-L.'
|
||||||
CCOMP = $(CC) $(CFLAGS)
|
CCOMP = $(CC) $(CFLAGS)
|
||||||
INDENT_CMD = indent -linux -l80 -i2 -nut
|
INDENT_CMD = indent -linux -l80 -i2 -nut
|
||||||
|
|
Loading…
Add table
Reference in a new issue