This is the mail archive of the newlib@sourceware.cygnus.com mailing list for the newlib project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
newlib-1.8.0 host=hppa1.1-hp-hpux9.05 target=i960-intel-coff I am building for i960CA processor, which lacks fp. So I did: CONFIG_SHELL=/bin/bash /bin/bash ../../newlib-1.8.0/configure --target=i960-intel-coff --prefix=/usr/local/i960 -v --nfp But I got: i960-intel-coff-gcc -g -O2 -mca -mnumerics -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -I/src/i960/newlib/i960-intel-coff/newlib/./targ-include -I/src/newlib-1.8.0/newlib/./libc/include -c ../../../../../../../newlib-1.8.0/newlib/libm/math/k_standard.c /usr/tmp/cca26112.s: Assembler messages: /usr/tmp/cca26112.s:1416: Error: invalid opcode, "mulrl". /usr/tmp/cca26112.s:1418: Error: invalid opcode, "cmprl". /usr/tmp/cca26112.s:1426: Error: invalid opcode, "cmprl". /usr/tmp/cca26112.s:1435: Error: invalid opcode, "mulrl". /usr/tmp/cca26112.s:1437: Error: invalid opcode, "cmprl". /usr/tmp/cca26112.s:1445: Error: invalid opcode, "cmprl". /usr/tmp/cca26112.s:1617: Error: invalid opcode, "cmprl". /usr/tmp/cca26112.s:1628: Error: invalid opcode, "cmprl". /usr/tmp/cca26112.s:1872: Error: invalid opcode, "divrl". /usr/tmp/cca26112.s:1909: Error: invalid opcode, "cmprl". make[5]: *** [k_standard.o] Error 1 make[5]: Leaving directory `/src/i960/newlib/i960-intel-coff/float/newlib/libm/math' In other words, --nfp was ignored.