diff options
author | Toomas Soome <tsoome@me.com> | 2018-01-25 23:26:15 +0200 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-04-23 18:15:39 +0200 |
commit | cc20930cb050f4447cc1f563c461ca4a043e5a1a (patch) | |
tree | 2ea758dfec6ad0d42bc49d20b85a66a6ff87610a /usr/src | |
parent | 0a06a804903b8c0464e65f18bfa5f32c5f14147b (diff) | |
download | illumos-joyent-cc20930cb050f4447cc1f563c461ca4a043e5a1a.tar.gz |
9334 tools: use NATIVECC
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/Makefile.tools | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/tools/Makefile.tools b/usr/src/tools/Makefile.tools index 8ca9845018..cd38795b01 100644 --- a/usr/src/tools/Makefile.tools +++ b/usr/src/tools/Makefile.tools @@ -46,6 +46,9 @@ ROOTONBLDETCABI= $(ROOTONBLD)/etc/abi ROOTONBLDETCEXCEPT= $(ROOTONBLD)/etc/exception_lists ROOTONBLDSHARE= $(ROOTONBLD)/share +CC = $(NATIVECC) +CCC = $(NATIVECCC) +CFLAGS = $(NATIVE_CFLAGS) CPPFLAGS= -D_TS_ERRNO ELFSIGN_O= $(TRUE) LDLIBS= |