2010-02-07 Vladimir Serbinenko <phcoder@gmail.com>
* genkernsyms.sh.in: Use TARGET_CC.
This commit is contained in:
parent
c98d2a13c2
commit
473df63dc0
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2010-02-07 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* NEWS: Update.
|
* NEWS: Update.
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
### The configure script will replace these variables.
|
### The configure script will replace these variables.
|
||||||
|
|
||||||
: ${srcdir=@srcdir@}
|
: ${srcdir=@srcdir@}
|
||||||
: ${CC=@CC@}
|
: ${CC=@TARGET_CC@}
|
||||||
|
|
||||||
u=
|
u=
|
||||||
grep "^#define HAVE_ASM_USCORE" config.h >/dev/null 2>&1 && u="_"
|
grep "^#define HAVE_ASM_USCORE" config.h >/dev/null 2>&1 && u="_"
|
||||||
|
|
Loading…
Reference in a new issue