* Makefile.util.def (grub-ofpathname): Enable on all platforms.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-27 22:48:29 +01:00
parent cfe456dc03
commit 6c21f5d7a1
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.util.def (grub-ofpathname): Enable on all platforms.
2012-02-27 Colin Watson <cjwatson@ubuntu.com> 2012-02-27 Colin Watson <cjwatson@ubuntu.com>
Use write-combining MTRR to speed up video with buggy BIOSes. Use write-combining MTRR to speed up video with buggy BIOSes.

View file

@ -338,16 +338,14 @@ program = {
name = grub-ofpathname; name = grub-ofpathname;
installdir = sbin; installdir = sbin;
mansection = 8; mansection = 8;
ieee1275 = util/ieee1275/grub-ofpathname.c; common = util/ieee1275/grub-ofpathname.c;
ieee1275 = util/ieee1275/ofpath.c; common = util/ieee1275/ofpath.c;
ldadd = libgrubmods.a; ldadd = libgrubmods.a;
ldadd = libgrubgcry.a; ldadd = libgrubgcry.a;
ldadd = libgrubkern.a; ldadd = libgrubkern.a;
ldadd = grub-core/gnulib/libgnu.a; ldadd = grub-core/gnulib/libgnu.a;
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)'; ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
enable = sparc64_ieee1275;
}; };
program = { program = {