diff options
author | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-26 14:11:48 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-26 14:12:04 -0300 |
commit | 6380daca5bd4e1740ad8afd0224f7bcbe5626ec7 (patch) | |
tree | 483ec63053763494272e9ef1018261eb77fd97b8 /examples | |
parent | 7b53c036e6bf56623b8273018ff1c8cc62847857 (diff) |
Imported Upstream version 16.07-rc5
Change-Id: I3f93dd2982ddb9c0209bc44466d05a2320175938
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ptpclient/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ptpclient/Makefile b/examples/ptpclient/Makefile index d241730f..b77cf710 100644 --- a/examples/ptpclient/Makefile +++ b/examples/ptpclient/Makefile @@ -46,7 +46,6 @@ SRCS-y := ptpclient.c CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -LDLIBS += -lrt # workaround for a gcc bug with noreturn attribute # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603 |