]> granicus.if.org Git - curl/commitdiff
build_vms.com: fix debug and float options
authorJohn E. Malmberg <wb8tyw@qsl.net>
Mon, 22 Jul 2013 20:28:38 +0000 (22:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 22 Jul 2013 20:30:05 +0000 (22:30 +0200)
In the reorganization of the build_vms.com the debug and float options
were not fixed up correctly.

packages/vms/build_vms.com

index afdd657cf4b29639f8bbab1e273146cc0b8add70..bfead6cf0a90d34ba926a9ef4cda304f06a1f284 100644 (file)
@@ -390,7 +390,6 @@ $! by default.
 $ if f$locate(",debug,", args_lower) .lt. args_lower_len
 $ then
 $   cc_debug = "/debug/nooptimize"
-$   goto arg_loop_end
 $ endif
 $!
 $! We normally want IEEE float if it is available.  Programs that are
@@ -400,7 +399,6 @@ $!
 $ if f$locate(",noieee,", args_lower) .lt. args_lower_len
 $ then
 $   cc_float = ""
-$   goto arg_loop_end
 $ endif
 $!
 $! Normally we want large file if it is available.