mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
crtprec32.o: $(srcdir)/config/i386/crtprec.c
|
|
$(gcc_compile) -D__PREC=32 -c $<
|
|
|
|
crtprec64.o: $(srcdir)/config/i386/crtprec.c
|
|
$(gcc_compile) -D__PREC=64 -c $<
|
|
|
|
crtprec80.o: $(srcdir)/config/i386/crtprec.c
|
|
$(gcc_compile) -D__PREC=80 -c $<
|