Option Arguments And Syntax; Ic960 Option Summary - Intel i960 User Manual

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

ic960 Compiler Driver

Option Arguments and Syntax

Some compiler driver options take arguments. Whitespace is optional
between an option and its argument. Case is significant in options and
arguments.
The options and arguments have default settings. In most cases, the option
is "off," that is, not in effect. Default settings of options and arguments
are summarized in Table 3-3 and further discussed in the detailed
description of the option. Some option defaults are affected by
environment variables, as noted in the option descriptions.
This chapter uses the following notation:
[ item ]
. . .
If two or more options contradict each other, the right-most option in the
command line takes precedence. For example, the following command
line sets the value of the symbol
ic960 -DL=80 -DL=132 proto.c
Table 3-3

ic960 Option Summary

Option
Name
A arch
Architecture
a
ANSI
b size
Limit-
optimizations
C
Keep-
comments
Square brackets indicate that the enclosed item is
optional.
Horizontal ellipses indicate that you can use
multiple instances of the preceding item.
to
:
L
132
Purpose
Select the instruction set.
Warn about non-ANSI source.
Limit optimization of functions with
more than size asm instructions.
Keep comments in preprocessor output.
3
Default
AKB
Do not warn
b 2500
Strip comments
continued
3-17

Advertisement

Table of Contents
loading

Table of Contents