mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r8308: use the configured C compiler, instead of forcing gcc in external heimdal tool build
(This used to be commit 39c6cf91fb
)
This commit is contained in:
parent
14fb42204b
commit
eaa882b9a5
@ -3,6 +3,7 @@
|
||||
# build generated asn1, et and flex files in heimdal/ tree
|
||||
# tridge@samba.org, June 2005
|
||||
|
||||
CC=shift
|
||||
TOP=`pwd`
|
||||
ASN1_COMPILE=$TOP/bin/asn1_compile
|
||||
ET_COMPILE=$TOP/bin/compile_et
|
||||
@ -10,7 +11,6 @@ ET_COMPILE=$TOP/bin/compile_et
|
||||
# we need to substitute these correctly based on configure output
|
||||
FLEX=flex
|
||||
BISON=bison
|
||||
CC=gcc
|
||||
|
||||
build_asn1() {
|
||||
f=$1
|
||||
|
@ -364,7 +364,7 @@ REQUIRED_SUBSYSTEMS = COMPILE_ET LIBREPLACE
|
||||
#######################
|
||||
# Start TARGET HEIMDAL_EXTERNAL
|
||||
[TARGET::HEIMDAL_EXTERNAL]
|
||||
CMD = heimdal_build/build_external.sh
|
||||
CMD = heimdal_build/build_external.sh $(CC)
|
||||
REQUIRED_SUBSYSTEMS = ASN1_COMPILER
|
||||
# END TARGET HEIMDAL_EXTERNAL
|
||||
#######################
|
||||
|
Loading…
Reference in New Issue
Block a user