Displaying 3 results from an estimated 3 matches for "cflags_modul".
Did you mean:
cflags_module
2009 Mar 10
1
Compiling OSLEC in Dahdi w/ Intel Optimizations
...f compiling Intel optimizations in when using
oslec w/ dahdi. So I edit dahdi-linux-complete-2.1.0.4+2.1.0.2/linux/drivers/dahdi/dahdi_config.h
to #define CONFIG_DAHDI_MMX which on its own wont compile. It was suggested to
edit dahdi-linux-complete-2.1.0.4+2.1.0.2/linux/drivers/dahdi/Kbuild and add
CFLAGS_MODULE += -I\$(DAHDI_INCLUDE) -I\$(src) -DUSE_MMX -DUSE_SSE2 but that
didn't help.
Why does enabling the mmx in dahdi_config.h break compilation? And is it even
worthwhile to enable?
Thanks!
jlc
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...SS_COMPILE AS LD
export CC CPP AR RANLIB NM STRIP OBJCOPY OBJDUMP MAKE AWK GENKSYMS
export PERL UTS_MACHINE HOSTCXX HOSTCXXFLAGS LDFLAGS_MODULE CHECK
-export CHECKFLAGS
+export CHECKFLAGS KLIBCARCHDIR
export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS
export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE
diff -purN a/arch/s390/Makefile b/arch/s390/Makefile
--- a/arch/s390/Makefile 2006-05-24 15:19:06.000000000 +0200
+++ b/arch/s390/Makefile 2006-05-24 15:30:10.000000000 +0200
@@ -20,6 +20,7 @@ AFLAGS += -m31
UTS_MACHINE := s390
STACK_SIZE := 8192
CHECKFLAGS += -D__s390__
+KLIBCARCH := s390
e...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: