#! /bin/sh #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # # Copyright (C) 2001 - 2018, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is # furnished to do so, under the terms of the COPYING file. # # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # ########################################################################### prefix=/usr exec_prefix=/usr includedir=FIXMESTAGINGDIRTARGET/usr/include cppflag_curl_staticlib= usage() { cat <&2 exit 1 fi ;; --configure) echo " '--build=x86_64-linux' '--host=aarch64-poky-linux' '--target=aarch64-poky-linux' '--prefix=/usr' '--exec_prefix=/usr' '--bindir=FIXMESTAGINGDIRTARGET/usr/bin' '--sbindir=FIXMESTAGINGDIRTARGET/usr/sbin' '--libexecdir=FIXMESTAGINGDIRTARGET/usr/libexec' '--datadir=FIXMESTAGINGDIRTARGET/usr/share' '--sysconfdir=/etc' '--sharedstatedir=/com' '--localstatedir=/var' '--libdir=/usr/lib' '--includedir=FIXMESTAGINGDIRTARGET/usr/include' '--oldincludedir=/usr/include' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--disable-silent-rules' '--disable-dependency-tracking' '--with-libtool-sysroot=FIXMESTAGINGDIRTARGET' '--disable-libcurl-option' '--disable-ntlm-wb' '--enable-crypto-auth' '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt' '--without-libmetalink' '--without-libpsl' '--disable-static' '--disable-ares' '--without-brotli' '--disable-manual' '--disable-dict' '--with-gnutls' '--disable-gopher' '--disable-imap' '--enable-ipv6' '--without-gssapi' '--disable-ldap' '--disable-ldaps' '--with-libidn2' '--without-libssh2' '--without-mbedtls' '--without-nghttp2' '--without-nss' '--disable-pop3' '--enable-proxy' '--without-librtmp' '--disable-rtsp' '--disable-smb' '--disable-smtp' '--without-ssl' '--disable-telnet' '--disable-tftp' '--enable-threaded-resolver' '--enable-verbose' '--with-zlib=FIXMESTAGINGDIRTARGET/usr/lib/../' 'build_alias=x86_64-linux' 'host_alias=aarch64-poky-linux' 'target_alias=aarch64-poky-linux' 'CC=aarch64-poky-linux-gcc -mcpu=cortex-a55 -march=armv8.2-a+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=FIXMESTAGINGDIRTARGET' 'CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/curl/7.69.1-r0=/usr/src/debug/curl/7.69.1-r0 -fdebug-prefix-map=/home/rcar/www/s4sk/build/build-s4sk-gateway/tmp/work/aarch64-poky-linux/curl/7.69.1-r0=/usr/src/debug/curl/7.69.1-r0 -fdebug-prefix-map=FIXMESTAGINGDIRTARGET= -fdebug-prefix-map=FIXMESTAGINGDIRHOST= ' 'LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now' 'CPPFLAGS=' 'CPP=aarch64-poky-linux-gcc -E --sysroot=FIXMESTAGINGDIRTARGET -mcpu=cortex-a55 -march=armv8.2-a+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security'" ;; *) echo "unknown option: $1" usage 1 ;; esac shift done exit 0