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]

Makefile warnings on bib


The following warnings occur when I do native builds on hppa64-hp-hpux11.11
and hppa-linux:

Makefile:6546: warning: overriding commands for target `hppa64-hp-hpux11.11/libiberty/Makefile'
Makefile:1238: warning: ignoring old commands for target `hppa64-hp-hpux11.11/libiberty/Makefile'

This seems to be because

TARGET_CONFIGDIRS =  libiberty libstdc++-v3 libf2c libobjc
TARGET_SUBDIR = hppa64-hp-hpux11.11

and

BUILD_CONFIGDIRS = libiberty
BUILD_SUBDIR = hppa64-hp-hpux11.11

The define for BUILD_SUBDIR looks suspicious to me.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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