This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi! line 1262 in top-level configure.in reads FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include' when make goes to target subdir of build tree, gcc is called with option -B/path/to/my/build/root/i586-pc-cygwin/newlib/ my gcc (gcc version 2.95.2 19991024 (release-2)) warns that this search prefix was never used, and this breaks configure process in i586-pc-cygwin/*/ is something wrong with my build environment or -B$$r/$(TARGET_SUBDIR)/newlib/ should be changed to -L$$r/$(TARGET_SUBDIR)/newlib/ ? if yes, will somebody apply this? Egor. mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19
toplevel-configure-unused-prefix.diff
toplevel-configure-unused-prefix.ChangeLog
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |