Home
last modified time | relevance | path

Searched refs:impfile (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dld_so_aix.in90 impfile="./python.exp"
117 impfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bI://"`
142 elif test ! -r "$impfile" -a -z "$ldsocoremode"; then
143 echo "ld_so_aix: Import file '$impfile' not found or not readable; exiting."
174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4"