mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Reorder -o and -t on the linker command line.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4885 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e0d3936705
commit
e61173fe9e
@ -64,7 +64,7 @@ C1541 = c1541
|
||||
@$(AS) $(MY_ASM) -t $(SYS) $<
|
||||
|
||||
.o:
|
||||
@$(LD) -t $(SYS) -m $(basename $@).map -o $@ $^ $(CLIB)
|
||||
@$(LD) -o $@ -t $(SYS) -m $(basename $@).map $^ $(CLIB)
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user