Differences From Artifact [a8b7579307]:
- File src/runtime/lookup-asm/Makefile — part of check-in [1ba08eebc5] at 2015-10-19 22:15:13 on branch trunk — Add platform.h & make platform defines consistent (user: js, size: 189) [annotate] [blame] [check-ins using] [more...]
To Artifact [3c7b7f7fc1]:
- File src/runtime/lookup-asm/Makefile — part of check-in [ab9656d550] at 2020-11-25 01:59:11 on branch trunk — lookup-asm-powerpc-elf.S: Support for baserel (user: js, size: 286) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 | include ../../../extra.mk STATIC_PIC_LIB_NOINST = ${LOOKUP_ASM_LIB_A} STATIC_LIB_NOINST = ${LOOKUP_ASM_A} SRCS = lookup-asm.S include ../../../buildsys.mk ASFLAGS += -I../../.. -I../.. | > > | 1 2 3 4 5 6 7 8 9 10 11 12 | include ../../../extra.mk STATIC_PIC_LIB_NOINST = ${LOOKUP_ASM_LIB_A} STATIC_AMIGA_LIB_NOINST = ${LOOKUP_ASM_AMIGALIB_A} STATIC_LIB_NOINST = ${LOOKUP_ASM_A} SRCS = lookup-asm.S include ../../../buildsys.mk ASFLAGS += -I../../.. -I../.. ASFLAGS_lookup-asm.amigalib.o += -DOF_BASEREL |