runtimejs / discussions

Random discussions about runtime.js
1 stars 1 forks source link

Building on arch linux x86_64 #1

Open deepak1556 opened 9 years ago

deepak1556 commented 9 years ago

Hi i had to make the following changes https://github.com/deepak1556/runtime/commit/a1953a9f71989f26f3523f4d614f46c7f289c52c to build and run successfully on my system with qemu. Just wanted to let you know.

runtime git:arch-x86_64  ❯ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc-multilib/src/gcc-4.9.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 4.9.2 (GCC) 
iefserge commented 9 years ago

Looks like you're not using cross compiler, but nice that it works, thanks.