diff options
author | merakor <cem@ckyln.com> | 2020-07-24 10:39:50 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-24 10:39:50 +0000 |
commit | db779acfe1319f7cdbdc0c493f6e6fd6ae2412ef (patch) | |
tree | 9740efa1e1007c9e522e3d4c3b633b8fa4e85183 /contrib/cpt-chroot | |
parent | 1deb9398fa1d646995348bd92406580627dbaed7 (diff) | |
download | cpt-db779acfe1319f7cdbdc0c493f6e6fd6ae2412ef.tar.gz |
contrib: replace kiss usage with cpt tools
FossilOrigin-Name: 37f8991b3fe9af32f167b813e0a1a30ada525aa3e3f31507a267c7c3ba5f43b7
Diffstat (limited to 'contrib/cpt-chroot')
-rwxr-xr-x | contrib/cpt-chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cpt-chroot b/contrib/cpt-chroot index 7d0585c..2524b68 100755 --- a/contrib/cpt-chroot +++ b/contrib/cpt-chroot @@ -57,7 +57,6 @@ main() { TERM="$TERM" \ SHELL=/bin/sh \ USER=root \ - KISS_ASROOT=1 \ CFLAGS="${CFLAGS:--march=$march -mtune=generic -pipe -Os}" \ CXXFLAGS="${CXXFLAGS:--march=$march -mtune=generic -pipe -Os}" \ MAKEFLAGS="${MAKFLAGS:--j$(nproc 2>/dev/null || echo 1)}" \ |