A tricky problem

Tadeus Prastowo tadeus.prastowo@unitn.it
Wed May 2 17:49:00 GMT 2018


On Wed, May 2, 2018 at 7:46 PM, Tadeus Prastowo
<tadeus.prastowo@unitn.it> wrote:
> On Wed, May 2, 2018 at 1:15 PM, yiliang chen <chenyiliangex@gmail.com> wrote:
> #!/bin/bash
> /path/to/real/gcc -masm=intel

The last line should be: /path/to/real/gcc -masm=intel "$@"

In that way, you can call the script with further command-line options
to be passed to the real gcc.

--
Best regards,
Tadeus



More information about the Gcc-help mailing list