/[libvob]/libvob/rules.mk
ViewVC logotype

Diff of /libvob/rules.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by tjl, Sat Apr 19 19:37:32 2003 UTC revision 1.13 by hemppah, Tue Apr 22 06:20:47 2003 UTC
# Line 8  CXXLINK=gcc-$(GCCVER) Line 8  CXXLINK=gcc-$(GCCVER)
8  # Choose architecture  # Choose architecture
9  ARCHOPTS=-e 's/^model name.*Pentium III.*$$/-march=pentium3/' \  ARCHOPTS=-e 's/^model name.*Pentium III.*$$/-march=pentium3/' \
10           -e 's/^model name.*Pentium(R) 4.*$$/-march=pentium4/' \           -e 's/^model name.*Pentium(R) 4.*$$/-march=pentium4/' \
11             -e 's/^model name.*AMD Athlon(tm).*$$/-march=athlon/' \
12           -e 's/^flags.* sse2 .*$$/-mfpmath=sse -msse2/' \           -e 's/^flags.* sse2 .*$$/-mfpmath=sse -msse2/' \
13           -e 's/^flags.* sse .*$$/-mfpmath=sse/'           -e 's/^flags.* sse .*$$/-mfpmath=sse/' \
14             -e 's/^flags.* 3dnow .*$$/-mfpmath=387 -m3dnow/'
15  ARCH=$(shell [ ! -f /proc/cpuinfo ] || sed $(ARCHOPTS) -e "/^-/!d" /proc/cpuinfo)  ARCH=$(shell [ ! -f /proc/cpuinfo ] || sed $(ARCHOPTS) -e "/^-/!d" /proc/cpuinfo)
16    
17  # OPTIMIZE =  -O3 -ffast-math $(ARCH) -fomit-frame-pointer -foptimize-sibling-calls  # OPTIMIZE =  -O3 -ffast-math $(ARCH) -fomit-frame-pointer -foptimize-sibling-calls

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26