Made installation mechanism more portable
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
# has already changed them, but they should be checked to be sure.
|
||||
|
||||
UCC=$(CC)
|
||||
#UCC=cc # compiler to be used
|
||||
#UCC=cc# # compiler to be used
|
||||
|
||||
UCOPTIONS=$(COPTIONS)
|
||||
#UCOPTIONS=-O # always passed to $(UCC) -c.
|
||||
#UCOPTIONS=-O# # always passed to $(UCC) -c.
|
||||
|
||||
ULDOPTIONS=$(LDOPTIONS)
|
||||
#ULDOPTIONS= # always passed to $(UCC) when linking
|
||||
#ULDOPTIONS=# # always passed to $(UCC) when linking
|
||||
|
||||
USUF=$(SUF)
|
||||
#USUF=o # suffix of files produced with $(UCC) -c
|
||||
#USUF=o# # suffix of files produced with $(UCC) -c
|
||||
|
||||
ULIBSUF=$(LIBSUF)
|
||||
#ULIBSUF=a # suffix of object libraries for $(UCC)
|
||||
#ULIBSUF=a# # suffix of object libraries for $(UCC)
|
||||
|
||||
Reference in New Issue
Block a user