aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-12-14 14:03:37 +0000
committerlloyd <[email protected]>2006-12-14 14:03:37 +0000
commit26b0e7bf0355473da678c9a43930015522391ee8 (patch)
tree0121b39b2f8fdf0ea39dcf8cc9c5f7df2bcdd9ee
parentb8e46fd785f72f211d44b2aa61272a35b2311a2f (diff)
Remove the use of the machine-specific optimization flags, as they have
been removed in Visual Studio 2005.
-rw-r--r--misc/config/cc/msvc10
1 files changed, 1 insertions, 9 deletions
diff --git a/misc/config/cc/msvc b/misc/config/cc/msvc
index 3f444a9c3..cb5b56b5d 100644
--- a/misc/config/cc/msvc
+++ b/misc/config/cc/msvc
@@ -1,4 +1,4 @@
-realname "Visual C++ 2000/2003"
+realname "Visual C++"
binary_name "cl /nologo"
@@ -19,14 +19,6 @@ ar_command "link /lib"
makefile_style nmake
-<mach_opt>
-i486 -> "/G4"
-i586 -> "/G5"
-i686 -> "/G6"
-athlon -> "/G6"
-pentium4 -> "/G6"
-</mach_opt>
-
<arch>
ia32
</arch>