mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01: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 $<
|