don't use the host ar including options.
[AROS.git] / config / host.cfg.in
blob8dc3213a67409753ebed23435abe5dae0265118e
1 #   Copyright © 1995-2018, The AROS Development Team. All rights reserved.
2 #   $Id$
4 #   Desc: host.cfg - an autoconf output file for make variables.
7 # -------------------------------------------------------------------------- 
8 # HOST SECTION
9 # --------------------------------------------------------------------------
10 AROS_HOST_ARCH           := @aros_host_arch@
11 AROS_HOST_CPU            := @aros_host_cpu@
13 HOST_CPP                 := @aros_host_cpp@
14 HOST_CPPFLAGS            := @aros_host_cppflags@
15 HOST_DEF_CC              := $(CC_PREFIX) @aros_host_def_cc@
16 HOST_CC                  := $(CC_PREFIX) @aros_host_cc@
17 HOST_CFLAGS              := @aros_host_cflags@
18 HOST_CXX                 := @aros_host_cxx@
19 HOST_CXXFLAGS            := @aros_host_cxxflags@
20 HOST_LD                  := @aros_host_ld@
21 HOST_MAKE                := @aros_host_make@
22 HOST_LDFLAGS             := @aros_host_ldflags@
23 HOST_DEBUG               := @aros_host_debug@
24 HOST_MKDEP               := @aros_host_mkdep@
25 MKARGS                   := @aros_host_mkargs@
27 HOST_IQUOTE              := @host_cflags_iquote@
28 HOST_IQUOTE_END          := @host_cflags_iquote_end@
30 HOST_GNU89_INLINE        := @gnu89_inline@
32 HOST_AR                  := @aros_host_ar@
33 HOST_RANLIB              := @aros_host_ranlib@
34 HOST_DEF_STRIP           := @aros_host_strip@
35 HOST_EXE_SUFFIX          := @aros_host_exe_suffix@
36 HOST_LIB_SUFFIX          := @aros_host_lib_suffix@
38 MMAKE                    := @MMAKE@
39 AWK                      := @AWK@
40 RM                       := @RM@
41 CP                       := @CP@
42 MV                       := @MV@
43 ECHO                     := @ECHO@
44 MKDIR                    := @MKDIR@
45 TOUCH                    := @TOUCH@
46 PYTHON                   := @PYTHON@
47 NOP                      := @NOP@
48 FOR                      := @FOR@
49 IF                       := @IF@
50 TEST                     := @TEST@
51 CMP                      := @CMP@
52 CAT                      := @CAT@
53 BISON                    := @BISON@
54 PNGTOPNM                 := @PNGTOPNM@
55 PPMTOILBM                := @PPMTOILBM@
56 SED                      := @SED@
57 CHMOD                    := @CHMOD@
59 HOST_FLEX_VERSION        := @ax_cv_flex_version@
61 # host libpng for ilbmtoicon
62 HOST_LIBPNG              := @libpng@
63 HOST_LIBPNG_INCLUDES     := @libpng_incdir@
64 HOST_LIBPNG_LIBEXTRA     := @libpng_libextra@
66 HOST_STAT_H_FIXUP        := @host_stat_h__unused_used@
67 @host_extra_cfg@
68 # --------------------------------------------------------------------------