27 lines
774 B
Diff
27 lines
774 B
Diff
|
From 89d98462516bfee502c982f2981cd2bcaee1a3a7 Mon Sep 17 00:00:00 2001
|
||
|
Date: Tue, 14 Nov 2017 13:23:20 +0300
|
||
|
Subject: установка e2k.h
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
---
|
||
|
src/Makefile.in | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/Makefile.in b/src/Makefile.in
|
||
|
index 30a1edc..80cdf40 100644
|
||
|
--- a/src/Makefile.in
|
||
|
+++ b/src/Makefile.in
|
||
|
@@ -424,6 +424,7 @@ nobase_private_HEADERS = atomic_ops/ao_version.h \
|
||
|
atomic_ops/sysdeps/armcc/arm_v6.h \
|
||
|
\
|
||
|
atomic_ops/sysdeps/gcc/aarch64.h \
|
||
|
+ atomic_ops/sysdeps/gcc/e2k.h \
|
||
|
atomic_ops/sysdeps/gcc/alpha.h \
|
||
|
atomic_ops/sysdeps/gcc/arm.h \
|
||
|
atomic_ops/sysdeps/gcc/avr32.h \
|
||
|
--
|
||
|
2.16.4
|
||
|
|