Guest User

GCC 4.8 IRIX NO BOOTSTRAP

a guest
Dec 19th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. MACHTYPE=mipseb
  2. CPP=/opt/local/gcc-4.7.4/bin/cpp
  3. CXX=/opt/local/gcc-4.7.4/bin/g++
  4. TZ=EST5EDT
  5. LDFLAGS=-L/usr/didbs/lib32 -L/usr/lib32 -Wl,-rpath -Wl,/usr/didbs/lib32
  6. LD_LIBRARYN32_PATH=/opt/xeno/lib32:/usr/lib32:/opt/gcc/lib32:/lib32:/usr/lib32/internal/mozilla:/usr/didbs/lib32
  7. OSTYPE=irix
  8. CPPFLAGS=-I/opt/gcc/include -I/usr/didbs/include -I/usr/include
  9. LD=/opt/gcc/bin/ld
  10. AS=/opt/gcc/bin/as
  11. PATH=/usr/didbs/bin:/opt/gcc/bin:/usr/nekoware/gcc-4.9.4/bin:/usr/sbin:/usr/bsd:/sbin:/usr/bin:/bin:/etc:/usr/etc:/usr/bin/X11
  12. CC=/opt/local/gcc-4.7.4/bin/gcc
  13.  
  14. === gcc Summary ===
  15.  
  16. # of expected passes 76205
  17. # of unexpected failures 235
  18. # of expected failures 139
  19. # of unresolved testcases 23
  20. # of unsupported tests 1408
  21. /root/build-4.8/gcc/xgcc version 4.8.5 (GCC)
  22.  
  23. GCC used: Onre's 4.7.4 with a handful of nasty hacks.
  24.  
  25. ../gcc-4.8.5/configure --prefix=/usr/nekoware/gcc4.8 --disable-silent-rules --disable-nls --disable-multilib --disable-bootstrap --disable-lto --enable-static --enable-languages=c,c++
Advertisement
Add Comment
Please, Sign In to add comment