New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 888939 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

chameleon: Fix Makefile

Project Member Reported by cychiang@chromium.org, Sep 25

Issue description

Mike found that our Makefile is wrong:

https://chromium-review.googlesource.com/c/chromiumos/platform/chameleon/+/1241851

We should use ?= for CC and CFLAGS, and append the flag we want to CFLAGS.


 
Maybe we need to update the Chameleon first. If we write ?= to build binary, it will use clang to compile it. The binary compiled by clang need glibc version >= 2.16 but the glibc in Chameleon is only 2.15.

Sign in to add a comment