mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 10:59:38 -04:00
Replaced deprecated m486 flag in config-linux.mk with march=i686
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@784 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6a8509740b
commit
b987d014e5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ RSCFLAGS = -Wall -g $(INCLUDE)
|
||||||
BIOCC = gcc
|
BIOCC = gcc
|
||||||
|
|
||||||
# Linux flags
|
# Linux flags
|
||||||
BIOCFLAGS = -I $(SSL_DIR)/include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
|
BIOCFLAGS = -I $(SSL_DIR)/include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i686 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# OS specific Linking.
|
# OS specific Linking.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue