Marcel Telka
2022-07-01 eed41930ca026ed73afc5095137392a39a5a69e1
tools: explicitly set BITS when building 32-bit time.o

1 files modified
1 ■■■■ changed files
tools/Makefile 1 ●●●● patch | view | raw | blame | history
tools/Makefile
@@ -54,6 +54,7 @@
    @chmod +x pkglint
time-$(MACH32).o:            BITS=32
time-$(MACH64).o:            BITS=64
time-$(MACH32).o time-$(MACH64).o:    CFLAGS += $(CC_PIC)