Displaying 4 results from an estimated 4 matches for "27ubuntu1".
Did you mean:
7ubuntu1
2018 Nov 15
2
[RFC][ARM] -Oz implies -mthumb
Hello,
I would like to address an issue/inconsistency related to command line options and compiling for minimum code size, and wanted to check if there would be any problems or objections to my change.
The problem is that compiling for minimum code size like this:
-Oz --target=arm-arm--eabi -mcpu=cortex-xyz
does not really give minimum code size because -mthumb is not enabled. This
2018 Nov 15
3
[cfe-dev] [RFC][ARM] -Oz implies -mthumb
I've never tried -mcpu=cortex-xyz but I know -march=armv7 defaults to Thumb
OK, I just checked, and -mcpu=cortex-{m3,m4,m7,a7,a9,a15,a53} gives Thumb
at -O1, -O1, -Os on the following gcc:
arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.3.0-27ubuntu1~18.04) 7.3.0
cortex-m0 fails because it doesn't do hard float. I don't have an eabi
compiler around.
On Thu, Nov 15, 2018 at 4:14 AM, Tim Northover via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> Hi Sjoerd,
>
> On Thu, 15 Nov 2018 at 11:49, Sjoerd Meijer via cfe-dev
>...
2012 Aug 23
2
Kernel panic - not syncing: Attempted to kill init
...follow:
-----------------------------------------------------------------------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32.57 (lab408@lab408-desktop) (gcc version
4.1.3 20080704 (prerelease) (Ubuntu 4.1.2-27ubuntu1)) #1 SMP Sun Jul 8
09:48:39 CST 2012
[ 0.000000] Command line: root=/dev/xvda ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] ACPI in unprivileged domain disabled
[ 0.000000] re...
2019 Mar 27
26
Call for testing: OpenSSH 8.0
Hi,
OpenSSH 8.0p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at