1# 2# This spec file is read by gdc when linking. 3# It is used to specify the libraries we need to link in, in the right 4# order. 5# 6 7@DRTSTUFF_SPEC@ 8 9%rename link linkorig_gdc_renamed 10*link: %(linkorig_gdc_renamed) @OS_LINK_SPEC@ 11 12%rename lib liborig_gdc_renamed 13*lib: %{debuglib|defaultlib|nophoboslib: ; :@SPEC_PHOBOS_DEPS@} %(liborig_gdc_renamed) 14