summaryrefslogtreecommitdiff
path: root/linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch')
-rw-r--r--linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch b/linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch
deleted file mode 100644
index d638b7f746..0000000000
--- a/linux-uml/linux-uml-2.6.7/disable-UnitAtATime.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Avoid that gcc breaks UML with "unit at a time" compilation mode.
-
-Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
----
-
- uml-linux-2.6.7-paolo/arch/um/Makefile | 2 ++
- 1 files changed, 2 insertions(+)
-
-diff -puN arch/um/Makefile~disable-UnitAtATime arch/um/Makefile
---- uml-linux-2.6.7/arch/um/Makefile~disable-UnitAtATime 2004-06-29 21:03:00.859506704 +0200
-+++ uml-linux-2.6.7-paolo/arch/um/Makefile 2004-06-29 21:03:00.861506400 +0200
-@@ -61,6 +61,8 @@ CFLAGS += $(CFLAGS-y) -D__arch_um__ -DSU
- -D_LARGEFILE64_SOURCE $(ARCH_INCLUDE) -Derrno=kernel_errno \
- -Dsigprocmask=kernel_sigprocmask $(MODE_INCLUDE)
-
-+CFLAGS += $(call check_gcc,-fno-unit-at-a-time,)
-+
- LINK_WRAPS = -Wl,--wrap,malloc -Wl,--wrap,free -Wl,--wrap,calloc
-
- # These are needed for clean and mrproper, since in that case .config is not
-_