10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
# "$Id: nonshareddefs,v 1.2 1994/10/19 04:35:37 jwag Exp $"
|
|
#
|
|
# Common definitions for non-shared versions of libc
|
|
# Watch out for the -D_SGI_MP_SOURCE - some libc's can't take this
|
|
#
|
|
VERSION_CDEFS=-D_SGI_MP_SOURCE -D_LIBC_NONSHARED
|
|
VERSION_COPTS=-non_shared
|
|
VERSION_ASOPTS=-non_shared
|
|
##VERSION_LDOPTS=-non_shared
|