summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/chisel/files/chisel-2.2.27-copy_to_target.patch')
-rw-r--r--sci-electronics/chisel/files/chisel-2.2.27-copy_to_target.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-electronics/chisel/files/chisel-2.2.27-copy_to_target.patch b/sci-electronics/chisel/files/chisel-2.2.27-copy_to_target.patch
deleted file mode 100644
index 557ae69..0000000
--- a/sci-electronics/chisel/files/chisel-2.2.27-copy_to_target.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/main/scala/Cpp.scala b/src/main/scala/Cpp.scala
-index 575b1d875eb8..27520c23491d 100644
---- a/src/main/scala/Cpp.scala
-+++ b/src/main/scala/Cpp.scala
-@@ -1843,9 +1843,9 @@ class CppBackend extends Backend {
- }
- }
- /* Copy the emulator headers into the targetDirectory. */
-- copyToTarget("emulator_mod.h")
-- copyToTarget("emulator_api.h")
-- copyToTarget("emulator.h")
-+ //copyToTarget("emulator_mod.h")
-+ //copyToTarget("emulator_api.h")
-+ //copyToTarget("emulator.h")
- }
-
- // Return true if we want this node to be included in the main object.