| /* | |
| * Copyright 2015 The Chromium Authors. All rights reserved. | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| /* | |
| * glibc requires -l<library name>. Using lib<library name>.{a,so} will end up | |
| * adding the absolute path to the NEEDED field of the the nexe. | |
| */ | |
| INPUT ( -lppapi_simple_real ) | |
| EXTERN ( __nacl_main PPP_InitializeModule ) |