Skip to content

Commit

Permalink
Workaround assembler bug sneaking in nopl
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Jun 21, 2010
1 parent 76acf5b commit 5fab284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-06-21 Andreas Schwab <schwab@redhat.com>

* sysdeps/i386/i686/Makefile: Don't pass -mtune to assembler.

2010-05-26 H.J. Lu <hongjiu.lu@intel.com>

[BZ #11640]
Expand Down
16 changes: 0 additions & 16 deletions sysdeps/i386/i686/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,3 @@ stack-align-test-flags += -msse
ifeq ($(subdir),string)
sysdep_routines += cacheinfo
endif

ifeq (yes,$(config-asflags-i686))
CFLAGS-.o += -Wa,-mtune=i686
CFLAGS-.os += -Wa,-mtune=i686
CFLAGS-.op += -Wa,-mtune=i686
CFLAGS-.og += -Wa,-mtune=i686
CFLAGS-.ob += -Wa,-mtune=i686
CFLAGS-.oS += -Wa,-mtune=i686

ASFLAGS-.o += -Wa,-mtune=i686
ASFLAGS-.os += -Wa,-mtune=i686
ASFLAGS-.op += -Wa,-mtune=i686
ASFLAGS-.og += -Wa,-mtune=i686
ASFLAGS-.ob += -Wa,-mtune=i686
ASFLAGS-.oS += -Wa,-mtune=i686
endif

0 comments on commit 5fab284

Please sign in to comment.