Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339174 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (+15 lines)
Lines 129-134 Link Here
129
AC_C___ATTRIBUTE__
129
AC_C___ATTRIBUTE__
130
130
131
dnl
131
dnl
132
dnl Get the host compiler if cross-compiling
133
dnl
134
AM_CONDITIONAL(CROSS_COMPILING, [ test $cross_compiling = yes ])
135
AC_MSG_CHECKING([for CC_FOR_BUILD])
136
if test "x${CC_FOR_BUILD+set}" != "xset" ; then
137
  if test "x$cross_compiling" = "xyes" ; then
138
    CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
139
  else
140
    CC_FOR_BUILD=${CC}
141
  fi
142
fi
143
AC_MSG_RESULT([$CC_FOR_BUILD])
144
AC_SUBST(CC_FOR_BUILD)
145
146
dnl
132
dnl Check if --version-script is supported by ld
147
dnl Check if --version-script is supported by ld
133
dnl
148
dnl
134
AC_CACHE_CHECK(for .symver assembler directive, libc_cv_asm_symver_directive,
149
AC_CACHE_CHECK(for .symver assembler directive, libc_cv_asm_symver_directive,
(-)doc/specs/Makefile.am (+4 lines)
Lines 19-22 Link Here
19
19
20
padout_LDADD = @LEXLIB@
20
padout_LDADD = @LEXLIB@
21
21
22
CC = @CC_FOR_BUILD@
23
CFLAGS = 
24
LDFLAGS = 
25
22
doc_DATA = draft-morgan-pam-current.txt rfc86.0.txt
26
doc_DATA = draft-morgan-pam-current.txt rfc86.0.txt

Return to bug 339174