Displaying 20 results from an estimated 200 matches similar to: "[PATCH] configure.ac: don't try to unset -g from CFLAGS"
2014 Nov 30
2
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote:
> > if test "x$debug" = xtrue; then
> > CPPFLAGS="-DDEBUG $CPPFLAGS"
> > - CFLAGS=$(echo "$CFLAGS" | sed 's/-g//')
> > - CFLAGS="-g $CFLAGS"
> > + CFLAGS=$(echo "-g $CFLAGS")
>
> Just zap the sed line, and leave
>
> CFLAGS="-g $CFLAGS"
>
> there; no need to
2012 Oct 08
21
[PATCH 00/14] Remove old_portio users for memory region PIO mapping
When running on PowerPC, we don''t have native PIO support. There are a few hacks
around to enable PIO access on PowerPC nevertheless.
The most typical one is the isa-mmio device. It takes MMIO requests and converts
them to PIO requests on the (QEMU internal) PIO bus.
This however is not how real hardware works and it limits us in the ability to
spawn eventfd''s on PIO ports
2014 Nov 30
4
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote:
> Yes, that's for DEBUG.
> But why does it strip -O2 and add -O3 with NDEBUG?
Well thats something from before I took over as FLAC maintainer.
My understanding is that '-O3 -funroll-loops' gives the next encoder
and/or decoder performance.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
2014 Dec 01
2
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote:
> Yes, they are optimization switches.
> But what are they doing in a NDEBUG setup?
> It's none of NDEBUG's businnes to be adding these, right?
NDEBUG means "no debug". Turning on optimisations when debug is
disabled makes sense to me. What's the problem?
Erik
--
----------------------------------------------------------------------
Erik de
2010 Aug 02
3
IAX softphone
Hi all,
Can some one suggest me an IAX client for Linux and Windows?
I used KIAX once, but know it seems complicated to have it working on Ubuntu.
Thanks.
Ronaldo.
2009 Jun 15
2
oggz-chop gives segmentation fault
Hi,
I am using oggz-chop in the ubuntu jaunty, am I doing something wrong?
$ oggz-chop -o yt1.ogv -s0 -e500 ondrej.ogv
Segmentation fault
gdb session doesn't reveal much, since it isn't compiled with debugging symbols:
(gdb) bt
#0 0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6
#1 0x0000000000403698 in ?? ()
#2 0x000000000040262e in ?? ()
#3 0x000000000040285d in ?? ()
#4
2003 Oct 22
4
adjacency matrix
Dear R experts,
I am new to the list and R software. I need to convert arcview file to Winbugs having R has middle package. Got from friends that it is possible following the steps:
1. Converting arcview shapefile to "cgm clear text file"
2. Downloading "convert.r" to into R
2.1 use source("convert.r")
2.2 convert("filename_cgm") without the
2007 Apr 01
2
Linking incoming calls
Hi all,
I just want to know how I can make sure that incoming calls to my
asterisk server are being treated by [incoming] section of
extension.conf file.
Thanks in advance.
Ronaldo.
2013 Dec 04
1
[PATCH] Fix Makefile.am altivec logic
Besides SPE (FSL e500v? cores) there are other powerpc processors
that don't support altivec instructions so only enable them when it's
100% sure that the target has it.
Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
src/libFLAC/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am
index
2014 Apr 15
1
[Announce] Samba 4.0.17 Available for Download
======================================================================
"A well-spent day brings happy sleep."
Leonardo da Vinci
======================================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.0.
Changes since 4.0.16:
---------------------
o Jeremy Allison <jra at
2014 Apr 15
1
[Announce] Samba 4.0.17 Available for Download
======================================================================
"A well-spent day brings happy sleep."
Leonardo da Vinci
======================================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.0.
Changes since 4.0.16:
---------------------
o Jeremy Allison <jra at
2007 Mar 22
1
4.4 i386 Server CD actually 64-bit?
Just downloaded the CentOS 4.4 i386 Server CD. The md5sum on the file
matches:
My file: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
md5sum.servercd: 8ccb89265b16ca551bd04a15b3cf59a1 (CentOS-4.4.ServerCD-i386.iso)
However, when I boot up with the CD on a Compaq Armada E500 laptop (Pentium
III), the following message pops up:
"Your CPU does not support long
2009 Jun 12
1
[LLVMdev] Embedded PowerPC support?
Greetings,
Can anybody comment on LLVM support for the embedded variation of the
architecture (Book-E: E500, PPC440/460). From a glance I cannot see
any provisions for such machines, but would like to confirm.
Rafal
2009 Aug 13
10
HVM or PV
Hi All,
Sorry if this is a stupid question. I am walking into someone else''s xen
install, and don''t have access to the host os at the moment. How do I tell
just from a domU (with Ubuntu) if it is PV or HVM.
I have looked through the forums and documentation and it seems to be very
easy to figure this out from dom0, but unfortunately that isn''t possible at
the
2012 May 18
1
hppa, powerpcspe: call for klibc/mksh testers
Hi,
no mailing list for powerpcspe? What?s the progress of your
architectures? I don?t see much happening on debian-ports.org,
and taking your architectures off that infrastructure hurts
others (I?ve ?revived? m68k and kept it running on d-p.o which
helps a bit).
Anyway: a new klibc (2.0~rc5-1) has been uploaded, and an mksh
companion version (40.9.20120518-1) depending on it and trying
to use
2009 Oct 15
2
problem starting Xen VM
Hi ,
>
> My Xen has been working fine for a few days. Then today it suddenly
> can not run.
>
> When it runs It give me this error : -
Error starting domain: virDomainCreate() failed POST operation failed: (xend.err "Error creating domain: Boot loader didn''t return any data!")
Details: -
Traceback (most recent call last):
File
2007 Apr 14
1
Installing Applications
Hi all,
I was trying to set up a conference room using the MeetMe
application and my asterisk is telling me that there is no MeetMe
application available for the extension I've dialed.
[Apr 14 20:57:11] WARNING[958] pbx.c: No application 'MeetMe' for
extension (internal, 600, 1)
So, I issued the command "core show applications" and it didn't show
me a MeetMe
2017 Jan 13
0
[PATCH 1/4] Do not override CFLAGS, as CFLAGS is a user flag.
* Furthermore, use NDEBUG globally to detect the presence
of building with more debug output information.
AX_CHECK_ENABLE_DEBUG is easier to use, and nowadays
Gnome has also switched to it from its own custom solution.
---
configure.ac | 19 +------
include/FLAC/assert.h | 2 +-
m4/ax_check_enable_debug.m4 | 124 ++++++++++++++++++++++++++++++++++++++++++
2017 Jan 15
0
[PATCH 1/2] Do not override CFLAGS, as CFLAGS is a user flag.
* Furthermore, use NDEBUG globally to detect the presence
of building with more debug output information.
AX_CHECK_ENABLE_DEBUG is easier to use, and nowadays
Gnome has also switched to it from its own custom solution.
---
configure.ac | 52 ++++++++++++------
include/FLAC/assert.h | 2 +-
m4/ax_check_enable_debug.m4 | 124
2017 Jan 15
4
Updated CFLAGS patches and make test compilation conditional
Hi Erik,
I've found a middleground for the problem of setting default CFLAGS. I've gone back
to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script
(i.e., the user hasn't specified anything) and then proceed to set them to the defaults
as before. This has been suggested before:
https://lists.gnu.org/archive/html/autoconf/2006-04/msg00022.html
In