1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Oops, last commit was an old version, this one is at least able to link

build the LAME port with
  make CC=icc CFLAGS="-tpp6 -DNDEBUG"

No port revision bump because of the short timeframe...
This commit is contained in:
Alexander Leidinger 2002-05-14 13:46:23 +00:00
parent ec5128ef11
commit 90f3b81b4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59081
2 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,8 @@ while [ $i -lt $argc ] ; do
val=$1
shift
case $val in
-limf|-lirc|-lcprts|-lunwind|\
# there was also "-lirc", but it a test with -lirc works here
-limf|-lcprts|-lunwind|\
${PREFIX}/intel/compiler60/ia32/lib/icrt.link|\
-Qy\
)
@ -59,7 +60,7 @@ while [ $i -lt $argc ] ; do
if [ ${#val} -gt 0 ] ; then
set -- "$@" "$val"
fi
let i=i+1
i=$(($i+1))
done
# run FreeBSD's ld with our new args
exec ${PREFIX}/intel/compiler60/ia32/bin/real/ld "$@"

View File

@ -17,7 +17,8 @@ while [ $i -lt $argc ] ; do
val=$1
shift
case $val in
-limf|-lirc|-lcprts|-lunwind|\
# there was also "-lirc", but it a test with -lirc works here
-limf|-lcprts|-lunwind|\
${PREFIX}/intel/compiler60/ia32/lib/icrt.link|\
-Qy\
)
@ -59,7 +60,7 @@ while [ $i -lt $argc ] ; do
if [ ${#val} -gt 0 ] ; then
set -- "$@" "$val"
fi
let i=i+1
i=$(($i+1))
done
# run FreeBSD's ld with our new args
exec ${PREFIX}/intel/compiler60/ia32/bin/real/ld "$@"