cccl: Provide '-' before the options instead of double slash.
authorGurucharan Shetty <gshetty@nicira.com>
Sun, 17 Nov 2013 02:49:06 +0000 (18:49 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 20 Nov 2013 15:16:34 +0000 (07:16 -0800)
commitf4e0e0949ab41b230828a98bd72545d40396a370
tree5dcf2a1b387ba1dfa657b4a32fe6edd157ca916f
parentc9b94429894d34fc84bd0db4f9805b5e59f7e454
cccl: Provide '-' before the options instead of double slash.

While compiling Open vSwitch with visual c++ in
a mingw environment, I have observed that "//" before
options does not work for all the compiler options of
MSVC. Using "-" on the other hand seems to work.

Also, echo the command line options passed to
the MSVC compiler.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
build-aux/cccl