search for: ubuntulucid

Displaying 4 results from an estimated 4 matches for "ubuntulucid".

2017 Oct 02
2
[EXT] Should we switch to --hash-style=both by default in LLD ?
...p;& !IsAndroid && !IsHexagon) { if (Distro.IsRedhat() || Distro.IsOpenSUSE() || (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick)) ExtraOpts.push_back("--hash-style=gnu"); if (Distro.IsDebian() || Distro.IsOpenSUSE() || Distro == Distro::UbuntuLucid || Distro == Distro::UbuntuJaunty || Distro == Distro::UbuntuKarmic) ExtraOpts.push_back("--hash-style=both"); } Given that several libc implementation supports this in the Linux ecosystem (glibc, musl, uClibc, most likely others) I think lld should provide good defaults...
2010 Aug 20
1
Installing a VM to a virtio disk
...me of the installation? When I try to do so, the Ubuntu installer says, "No root file system is defined" when it gets to the partitioning step. Here's the disk option I'm giving to virt-install: --disk pool=libvirt-pool,size=4,bus=virtio (I'm also using "--os-variant=ubuntulucid".) I've been able to install a new VM using the IDE storage driver first and then switch to virtio after the installation is complete, but it would simplify the process if it could start with virtio right off the bat. I'm using Ubuntu 10.04 LTS ("Lucid") host and guest, whi...
2017 Oct 02
2
Should we switch to --hash-style=both by default in LLD ?
+1 for both table formats. Then we're compatible by default no matter what. If somebody cares about .o file size, they can explicitly specify their --hash-style. On Mon, Oct 2, 2017 at 5:35 AM, George Rimar via llvm-dev < llvm-dev at lists.llvm.org> wrote: > >> Le 2 oct. 2017 à 14:23, George Rimar <grimar at accesssoftek.com> a écrit > : > >> > >> I
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...6.x release. + diff --git a/builder/templates/ubuntu-10.04.index-fragment b/builder/templates/ubuntu-10.04.index-fragment new file mode 100644 index 0000000..f360261 --- /dev/null +++ b/builder/templates/ubuntu-10.04.index-fragment @@ -0,0 +1,25 @@ +[ubuntu-10.04] +name=Ubuntu 10.04 (Lucid) +osinfo=ubuntulucid +arch=x86_64 +file=ubuntu-10.04.xz +checksum=9e322782bc77c740ce956d57d0d89ec9ac9f2b890c474ac937f400db848df3e164683eaf4631b989f8b4771f64e0c0972452d1555a15c65714b5ceefb295fb7e +format=raw +size=4294967296 +compressed_size=149728112 +expand=/dev/sda1 +notes=Ubuntu 10.04 (Lucid). + + This is a minimal...