patch-conf_common_mk 425 B

1234567891011
  1. --- grub-1.98.orig/conf/common.mk 2010-03-06 21:52:26.000000000 +0100
  2. +++ grub-1.98/conf/common.mk 2012-02-22 13:20:42.022360300 +0100
  3. @@ -11159,7 +11159,7 @@ trigtables.c: gentrigtables
  4. ./gentrigtables > $@
  5. DISTCLEANFILES += trigtables.c
  6. gentrigtables: gentrigtables.c
  7. - $(CC) -o $@ $^ $(CPPFLAGS) -lm
  8. + $(CC_FOR_BUILD) -o $@ $^ $(CPPFLAGS_FOR_BUILD) -lm
  9. DISTCLEANFILES += gentrigtables
  10. pkglib_MODULES += setjmp.mod