Skip to content

Commit

Permalink
[BZ #6428]
Browse files Browse the repository at this point in the history
	* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
  • Loading branch information
Ulrich Drepper committed May 15, 2008
1 parent 2f9a1be commit 215a874
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2008-05-14 Ulrich Drepper <drepper@redhat.com>

[BZ #6428]
* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.

[BZ #6442]
* string/endian.h: Add macros for fixed-size endian conversion.
* bits/byteswap.h: Allow inclusion from <endian.h>.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -6266,7 +6266,7 @@ EOF
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } \
&& grep -q .note.GNU-stack conftest.s \
&& { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -Wa,--noexecstack
&& { ac_try='${CC-cc} $ASFLAGS -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&5'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1520,7 +1520,7 @@ EOF
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS
-S -o conftest.s conftest.c 1>&AS_MESSAGE_LOG_FD]) \
&& grep -q .note.GNU-stack conftest.s \
&& AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS -Wa,--noexecstack
&& AC_TRY_COMMAND([${CC-cc} $ASFLAGS -Wa,--noexecstack
-c -o conftest.o conftest.s 1>&AS_MESSAGE_LOG_FD])
then
libc_cv_as_noexecstack=yes
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-05-14 Ulrich Drepper <drepper@redhat.com>

* locales/be_BY: Fix yesexpr.
Patch by Alexander Mikhailian <mikhailian@altern.org>.

2008-04-15 Ulrich Drepper <drepper@redhat.com>

* charmaps/UTF-8: Update for Unicode v5.1.

0 comments on commit 215a874

Please sign in to comment.