mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 10:20:29 +00:00
Try adding freebsd to loader support vector
This commit is contained in:
parent
bb2602a524
commit
b40f5f99ac
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ o/$(MODE)/ape/ape.elf.dbg: \
|
||||||
@$(COMPILE) -ALINK.elf $(LD) $(APE_LOADER_LDFLAGS) -o $@ $(patsubst %.lds,-T %.lds,$^)
|
@$(COMPILE) -ALINK.elf $(LD) $(APE_LOADER_LDFLAGS) -o $@ $(patsubst %.lds,-T %.lds,$^)
|
||||||
|
|
||||||
o/$(MODE)/ape/loader.o: ape/loader.c ape/ape.h
|
o/$(MODE)/ape/loader.o: ape/loader.c ape/ape.h
|
||||||
@$(COMPILE) -AOBJECTIFY.c $(CC) -DSUPPORT_VECTOR=1 -g $(APE_LOADER_FLAGS)
|
@$(COMPILE) -AOBJECTIFY.c $(CC) -DSUPPORT_VECTOR=33 -g $(APE_LOADER_FLAGS)
|
||||||
o/$(MODE)/ape/start.o: ape/start.S
|
o/$(MODE)/ape/start.o: ape/start.S
|
||||||
@$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $<
|
@$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $<
|
||||||
o/$(MODE)/ape/launch.o: ape/launch.S
|
o/$(MODE)/ape/launch.o: ape/launch.S
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue