Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427448 - www-client/w3mmee-0.3.2_p24-r7 calls gcc directly
Summary: www-client/w3mmee-0.3.2_p24-r7 calls gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-07-21 09:42 UTC by Maurizio Camisaschi (amd64 AT)
Modified: 2012-07-23 04:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Camisaschi (amd64 AT) 2012-07-21 09:42:14 UTC
gcc -march=amdfam10 -O2 -pipe -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx  -I/usr/include -DGC_VERSION=701255  -I/usr/include/openssl -I/usr/include  -DHAVE_MOE -I/usr/include/moe -I.      -c -o indep.o indep.c
gcc -march=amdfam10 -O2 -pipe -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx  -I/usr/include -DGC_VERSION=701255  -I/usr/include/openssl -I/usr/include  -DHAVE_MOE -I/usr/include/moe -I.     -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o w3mimgdisplay \
        w3mimgdisplay.o w3mimg/w3mimg.o w3mimg/x11/x11_w3mimg.o -L/usr/lib64 -lImlib -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -ljpeg -ltiff -lgif -lpng -lz -lm -lXext -lSM -lICE -lXext -lX11 
indep.c: In function ‘currentdir’:
indep.c:138:11: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result
gcc -march=amdfam10 -O2 -pipe -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx  -I/usr/include -DGC_VERSION=701255  -I/usr/include/openssl -I/usr/include  -DHAVE_MOE -I/usr/include/moe -I.      -c -o func.o func.c
gcc -march=amdfam10 -O2 -pipe -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx  -I/usr/include -DGC_VERSION=701255  -I/usr/include/openssl -I/usr/include  -DHAVE_MOE -I/usr/include/moe -I.      -c -o parsetagx.o parsetagx.c
Comment 1 Naohiro Aota gentoo-dev 2012-07-23 04:18:19 UTC
Fix commited.