Skip to content

Commit

Permalink
corrected amd toolchain cc path
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Porter <[email protected]>
  • Loading branch information
portertech committed Dec 14, 2023
1 parent 069f1ca commit d00c170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcolbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,5 @@ otelcol-sumo-linux-fips_amd64:
$(MAKE) otelcol-sumo-linux_amd64 \
FIPS_SUFFIX="-fips" \
CGO_ENABLED="1" \
CC="$(PWD)/toolchain_arm64/bin/x86_64-linux-musl-gcc" \
CC="$(PWD)/toolchain_amd64/bin/x86_64-linux-musl-gcc" \
EXTRA_LDFLAGS="-linkmode external -extldflags '-static'"

0 comments on commit d00c170

Please sign in to comment.