From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Sherrill To: gas2@cygnus.com Subject: new lead on powerpc-rtems failure Date: Thu, 16 Apr 1998 09:53:00 -0000 Message-id: X-SW-Source: 1998/msg00137.html I build one-tree style using a script to build up a src/ directory with symbolic links to all the tool components. In the old crossgcc documentation, you got all the top level configure scripts from newlib. After egcs 1.0 came out, you needed to switch to those in egcs. Now it appears that binutils has the newest configure scripts. If I configure binutils 2.9 as "../binutils-2.9/configure --target=powerpc-rtems", the -DSELECT_VEC is right. If I do it based on the symlink tree (../src/configure -target=powerpc-rtems), it is not defined. I am taking a break for lunch and will fix the script after lunch but would appreciate any comments which might provide me some insight into this. Thanks for all the comments. I just had to get the actual debugging of this to the top of my list. :) --joel