mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 00:19:39 +08:00
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
|
# Define SYSV as -DSYSV if you are using a System V operating system.
|
||
|
SYSV = -DSYSV
|
||
|
# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
|
||
|
# If it's HP/UX ar, this should be harmless.
|
||
|
RANLIB = ar ts
|