Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b3d4da9 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge changes from topic "linux_glibc"

* changes:
  Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
  Move host flags from linux -> host
parents 60bd9ca5 48529337
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ cc_library {
            cppflags: ["-Wexit-time-destructors"],
            enabled: true,
        },
        linux: {
        linux_glibc: {
            srcs: [
                "chrono_utils.cpp",
                "errors_unix.cpp",
@@ -135,7 +135,7 @@ cc_test {
                misc_undefined: ["integer"],
            },
        },
        linux: {
        linux_glibc: {
            srcs: ["chrono_utils_test.cpp"],
        },
        windows: {
+3 −3
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ cc_library {
        darwin: {
            enabled: true,
        },
        linux: {
        linux_glibc: {
            srcs: libbacktrace_sources,

            shared_libs: [
@@ -135,7 +135,7 @@ cc_library_shared {
    srcs: ["backtrace_testlib.cpp"],

    target: {
        linux: {
        linux_glibc: {
            shared_libs: [
                "libunwind",
                "libunwindstack",
@@ -231,7 +231,7 @@ cc_test {
                "libutils",
            ],
        },
        linux: {
        linux_glibc: {
            host_ldlibs: [
                "-lncurses",
            ],
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ cc_library {
        darwin: {
            enabled: false,
        },
        linux: {
        linux_glibc: {
            cflags: [
                "-O2",
                "-g",
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ cc_library {

    target: {
        // Always disable optimizations for host to make it easier to debug.
        linux: {
        host: {
            cflags: ["-O0", "-g"],
        },
    },
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ cc_library {
            },
        },

        linux: {
        linux_glibc: {
            srcs: [
                "Looper.cpp",
                "ProcessCallStack.cpp",
Loading