Skip to content

Commit

Permalink
Make GPC cross-naming consistent with GCC cross-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Sep 9, 2024
1 parent d212124 commit 72904ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-projects/gpc-2.1-20070904/p/Make-lang.in
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ GPC_INSTALL_NAME=`t='$(program_transform_name)'; echo gpc | sed $$t`

# Actual names to use when installing a cross-compiler.
GPC_CROSS_NAME_=`t='$(program_transform_cross_name)'; echo gpc | sed $$t`
GPC_CROSS_NAME_34=$(target_noncanonical)`t='$(program_transform_name)'; echo gpc | sed $$t`
GPC_CROSS_NAME_34=$(target_noncanonical)-`t='$(program_transform_name)'; echo gpc | sed $$t`
GPC_CROSS_NAME=$(GPC_CROSS_NAME_$(GPC_GCC_34_))

# The GPC to use for compiling libgpc.a
Expand Down

0 comments on commit 72904ad

Please sign in to comment.