This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug preprocessor/20472] Pre-processor header file search list wrong with --exec-prefix



------- Comment #3 from jsm28 at gcc dot gnu dot org  2009-03-29 22:13 -------
I believe this issue would have been fixed by

2007-07-02  Richard Sandiford  <richard@codesourcery.com>

        * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
        (gcc_tooldir): Likewise.
        * configure: Regenerate.
        * Makefile.in (libsubdir_to_prefix): New variable, based on the
        old configure.ac gcc_tooldir setting.
        (prefix_to_exec_prefix): New variable.
        (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
        rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.

so it should be fixed in 4.3 - please reopen if not.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to work|                            |4.3.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20472


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]