* Makefile.util.def (grub-ofpathname): Enable on all platforms.
This commit is contained in:
parent
cfe456dc03
commit
6c21f5d7a1
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
||||
Use write-combining MTRR to speed up video with buggy BIOSes.
|
||||
|
|
|
@ -338,16 +338,14 @@ program = {
|
|||
name = grub-ofpathname;
|
||||
installdir = sbin;
|
||||
mansection = 8;
|
||||
ieee1275 = util/ieee1275/grub-ofpathname.c;
|
||||
ieee1275 = util/ieee1275/ofpath.c;
|
||||
common = util/ieee1275/grub-ofpathname.c;
|
||||
common = util/ieee1275/ofpath.c;
|
||||
|
||||
ldadd = libgrubmods.a;
|
||||
ldadd = libgrubgcry.a;
|
||||
ldadd = libgrubkern.a;
|
||||
ldadd = grub-core/gnulib/libgnu.a;
|
||||
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
|
||||
|
||||
enable = sparc64_ieee1275;
|
||||
};
|
||||
|
||||
program = {
|
||||
|
|
Loading…
Reference in a new issue