[2458] in Release_Engineering
-G 0 libraries I'll need to build PMAX Andrew:
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Fri Sep 21 17:24:17 1990
From: epeisach@ATHENA.MIT.EDU
Date: Fri, 21 Sep 90 17:23:59 -0400
To: wdc@ATHENA.MIT.EDU
Cc: rel-eng@ATHENA.MIT.EDU
In-Reply-To: [2457]
The libc.a and the libm.a don't pose a problem as they already exist.
Can you explain why you need the libraries compiled -G 0?
According the the cc man page:
-G num Specify the maximum size, in bytes, of a data item
that is to be accessed from the global pointer.
The num argument is interpreted as a decimal
number. If num is zero, data is not accessed from
the global pointer. The default value for num is
8 bytes.
Ezra