mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".
This commit is contained in:
parent
dbbdb507ab
commit
5bc753e882
2 changed files with 15 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ ifeq "$(ARCH)" "i386"
|
|||
ifdef NOOPT
|
||||
ARCH_CFLAGS = -D_X86_=1 -c $(DEBUG_FLAG) $(NOCYGWIN)
|
||||
else
|
||||
ARCH_CFLAGS = -D_X86_=1 -c $(DEBUG_FLAG) $(NOCYGWIN) -mcpu=i686 -O2 \
|
||||
ARCH_CFLAGS = -D_X86_=1 -c $(DEBUG_FLAG) $(NOCYGWIN) $(MCPU_FLAG) -O2 \
|
||||
# -fbuiltin \
|
||||
# -finline-functions \
|
||||
# -fomit-frame-pointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue