This is the mail archive of the gcc@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]

hppa64-linux vs. hppa-linux: Why this difference?


Poring through config.gcc, I notice:

hppa*64*-*-linux* | parisc*64*-*-linux*)
...
          tmake_file=pa/t-linux64
...
hppa*-*-linux* | parisc*-*-linux*)
...
        tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"

Now, is it really deliberate that hppa64-linux *doesn't* use
the files t-slibgcc-elf-ver and t-linux?  (This is one of only
two linux targets which doesn't.)

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


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