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 other/19563] Makefiles don't handle configure --program-suffix


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 13:07 -------
Is this just the Ada's programs that don't get transformed or all.
If it is just Ada, then this is a dup of bug 864.
Otherwise, this was fixed even longer before 3.4.0 by:
2001-11-08  Andreas Franck  <afranck@gmx.de>
        
        * configure.in: Add AC_ARG_PROGRAM to support program name
        transformation with --program-prefix, --program-suffix and
        --program-transform-name. 
        * configure: Regenerated.
        * Makefile.in (GCC_INSTALL_NAME, CPP_INSTALL_NAME,
        PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
        GCCBUG_INSTALL_NAME, GCC_CROSS_NAME, CPP_CROSS_NAME,
        PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Handle
        program_transform_name the way suggested by autoconf.
        (GCC_TARGET_INSTALL_NAME): Define. 
        (install-driver): Use the transformed target alias name.

-- 


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


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