SPECS: grub2.spec - fixed sparc64 makefile, i see no way to make s...
sparky
sparky at pld-linux.org
Fri Oct 28 22:40:18 CEST 2005
Author: sparky Date: Fri Oct 28 20:40:18 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed sparc64 makefile, i see no way to make sparc64 (or other) crosscompilation :/
---- Files affected:
SPECS:
grub2.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/grub2.spec
diff -u SPECS/grub2.spec:1.23 SPECS/grub2.spec:1.24
--- SPECS/grub2.spec:1.23 Fri Oct 28 20:46:49 2005
+++ SPECS/grub2.spec Fri Oct 28 22:40:13 2005
@@ -98,6 +98,8 @@
-i util/grub-emu.c \
-i util/i386/pc/grub-setup.c \
-i kern/i386/pc/startup.S
+sed 's/setjmp\.c/setjmp.S/g' \
+ -i conf/sparc64-ieee1275.mk
%build
cp -f /usr/share/automake/config.sub .
@@ -108,7 +110,7 @@
#for rmk in conf/*.rmk; do
# ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
#done
-CFLAGS="-Os %{?debug:-g}" ; export CFLAGS
+CFLAGS="-Os %{?debug:-g}"; export CFLAGS
%configure \
%ifarch %{x8664}
CC="%{__cc} -m32" \
@@ -166,6 +168,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2005/10/28 20:40:13 sparky
+- fixed sparc64 makefile, i see no way to make sparc64 (or other) crosscompilation :/
+
Revision 1.23 2005/10/28 18:46:49 sparky
- BUILD_CC -> CC, redefining only neaded on x8664
- -Incurses on CFLAGS is not neaded anymore
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/grub2.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list