1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/synote-mpeg4ip

Клонировать/Скачать
strip_fPIC.sh 328
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
cahighlander Отправлено 10.05.2001 01:14 f074bc7
#!/bin/sh
#
# libtool assumes that the compiler can handle the -fPIC flag
# This isn't always true (for example, nasm can't handle it)
command=""
while [ $1 ]; do
if [ "$1" != "-fPIC" ]; then
if [ "$1" != "-DPIC" ]; then
command="$command $1"
fi
fi
shift
done
echo $command
exec $command

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/synote-mpeg4ip.git
git@api.gitlife.ru:oschina-mirror/synote-mpeg4ip.git
oschina-mirror
synote-mpeg4ip
synote-mpeg4ip
master