uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
37
pkgs/development/libraries/tachyon/make-archs.patch
Normal file
37
pkgs/development/libraries/tachyon/make-archs.patch
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
diff --git a/unix/Make-arch b/unix/Make-arch
|
||||
index 08afb85..dbeb691 100644
|
||||
--- a/unix/Make-arch
|
||||
+++ b/unix/Make-arch
|
||||
@@ -920,6 +920,15 @@ macosx:
|
||||
"RANLIB = ranlib" \
|
||||
"LIBS = -L. -ltachyon $(MISCLIB)"
|
||||
|
||||
+macosx-64:
|
||||
+ $(MAKE) all \
|
||||
+ "ARCH = macosx" \
|
||||
+ "CFLAGS = -Os -m64 -ffast-math -DBsd $(MISCFLAGS)" \
|
||||
+ "ARFLAGS = r" \
|
||||
+ "STRIP = strip" \
|
||||
+ "RANLIB = ranlib" \
|
||||
+ "LIBS = -L. -ltachyon $(MISCLIB)"
|
||||
+
|
||||
macosx-thr:
|
||||
$(MAKE) all \
|
||||
"ARCH = macosx-thr" \
|
||||
@@ -1209,6 +1218,16 @@ linux-thr:
|
||||
"RANLIB = ranlib" \
|
||||
"LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread"
|
||||
|
||||
+# Linux Arm using gcc
|
||||
+linux-arm:
|
||||
+ $(MAKE) all \
|
||||
+ "ARCH = linux-arm" \
|
||||
+ "CFLAGS = -Wall -O3 -fomit-frame-pointer -ffast-math -DLinux $(MISCFLAGS)" \
|
||||
+ "ARFLAGS = r" \
|
||||
+ "STRIP = strip" \
|
||||
+ "RANLIB = ranlib" \
|
||||
+ "LIBS = -L. -ltachyon $(MISCLIB) -lm -lpthread"
|
||||
+
|
||||
# Linux x86 using gcc, threads, and OpenGL
|
||||
linux-thr-ogl:
|
||||
$(MAKE) all \
|
||||
Loading…
Add table
Add a link
Reference in a new issue