/usr/lib/gcc-cross/arm-linux-gnueabihf/6/libgphobos.spec is in gdc-6-arm-linux-gnueabihf 6.4.0-17ubuntu1cross1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #
# This spec file is read by gdc when linking.
# It is used to specify the libraries we need to link in, in the right
# order.
#
%rename lib liborig_gdc_renamed
*lib: %(liborig_gdc_renamed) -lm -lpthread -ldl
|