diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-19 23:34:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-19 23:34:45 +0000 |
commit | e17b662aa370578c8c7d5e235d146a92660a60db (patch) | |
tree | ae989beef533cbd5e766f025cff309b42a059812 /include | |
parent | d6e7112af7b05503e9bfd19fc0875bb8e72d2994 (diff) | |
download | ATCD-e17b662aa370578c8c7d5e235d146a92660a60db.tar.gz |
ChangeLogTag:Fri Nov 19 17:25:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_irix6.x_sgic++.GNU | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_irix6.x_sgic++.GNU b/include/makeinclude/platform_irix6.x_sgic++.GNU index bdc9b10fbee..8b594a1b6a4 100644 --- a/include/makeinclude/platform_irix6.x_sgic++.GNU +++ b/include/makeinclude/platform_irix6.x_sgic++.GNU @@ -50,7 +50,9 @@ LDFLAGS += -Wl,-woff,133 # You need to remove this if you are using 6.2 without the Pthread # patches or if you want to compile without threads support. -LIBS += -lpthread +ifndef DONT_LINK_PTHREADS + LIBS += -lpthread +endif PIC = -KPIC AR = ar |