summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-05 14:14:07 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-05 14:14:07 +0000
commit41476b24b860bc333ed99c3eb2b575193b111aa7 (patch)
tree7b8dbe7f38847a5c83a30c6f5e060077bda91722 /libthreads
parent96e6fe75e7d471f8cfe63e7f0f6e1d767b80f0d9 (diff)
*** empty log message ***
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/ChangeLog6
-rw-r--r--libthreads/Makefile4
2 files changed, 7 insertions, 3 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index 19ad905f..ddf480ee 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 4 09:06:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (VPATH): Look in $(asm_syntax) instead of old
+ $(machine); Hurd configure now folds equivalent CPU types into
+ asm_syntax.
+
Thu Aug 29 12:50:37 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/csw.S: Include <mach/i386/asm.h> instead of <i386/asm.h>.
diff --git a/libthreads/Makefile b/libthreads/Makefile
index d915751a..6ad84fa8 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -15,8 +15,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# This is currently i386 specific. XXX
-
dir := libthreads
makemode := library
@@ -37,7 +35,7 @@ libname = libthreads
installhdrs = cthreads.h rwlock.h
installhdrsubdir = .
-VPATH += $(srcdir)/$(machine)
+VPATH += $(srcdir)/$(asm_syntax)
include ../Makeconf