]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 7 Feb 2010 18:57:55 +0000 (19:57 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 7 Feb 2010 18:57:55 +0000 (19:57 +0100)
* genkernsyms.sh.in: Use TARGET_CC.

ChangeLog
genkernsyms.sh.in

index 37081a9e44616fcd26c99ccb519af1d01eebb5e3..f7b2ce8bf66c9ba0e2cd89cb548bb3e0aadc80fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * genkernsyms.sh.in: Use TARGET_CC.
+
 2010-02-07  Colin Watson  <cjwatson@ubuntu.com>
 
        * NEWS: Update.
index b2f3f7af96bf9dbe2b6f102954737e2f18249978..c5c63b2d5506507d3470ec23a9a154a096f42684 100644 (file)
@@ -14,7 +14,7 @@
 ### The configure script will replace these variables.
 
 : ${srcdir=@srcdir@}
-: ${CC=@CC@}
+: ${CC=@TARGET_CC@}
 
 u=
 grep "^#define HAVE_ASM_USCORE" config.h >/dev/null 2>&1 && u="_"