This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Make warning for native build


For a native build, I got

Makefile:6545: warning: overriding commands for target `i686-pc-linux-gnu/libiberty/Makefile'
Makefile:1237: warning: ignoring old commands for target `i686-pc-linux-gnu/libiberty/Makefile'

It is triggered by

configure-build-libiberty: $(BUILD_SUBDIR)/libiberty/Makefile
$(BUILD_SUBDIR)/libiberty/Makefile: config.status
...
configure-target-libiberty: $(TARGET_SUBDIR)/libiberty/Makefile
...
$(TARGET_SUBDIR)/libiberty/Makefile: config.status $(TARGET_SUBDIR)/libiberty/multilib.out

Shouldn't configure comment out the configure-build-libiberty related
targets for native build?


H.J.


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