Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-24 08:28:05 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-02 07:06:21 +0300
commit30f244155b8e82aa948ddcb8f2350654fc1adb92 (patch)
treef54d795ae2eb1d4fc5cfd107633085bcc95daed0 /libgloss/config
parentd5a20f0b70c73c72ec2bc4b639815bb821859255 (diff)
libgloss: merge subdirs that have unique makefile_frags up a level
Merge the subdir configure scripts up that only existed to set unique values for their target/host makefile_frags.
Diffstat (limited to 'libgloss/config')
-rw-r--r--libgloss/config/ppc.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/config/ppc.mh b/libgloss/config/ppc.mh
index b5b8c30d2..a3d157bb8 100644
--- a/libgloss/config/ppc.mh
+++ b/libgloss/config/ppc.mh
@@ -5,7 +5,7 @@ NEWLIB_LDFLAGS = `if [ -d ${objroot}/newlib ]; then echo -B${objroot}/newlib/ -L
# multilibs, but are ignored when building the toplevel directory.
CFLAGS_MRELOCATABLE = -mrelocatable-lib -mno-eabi
-INCLUDES = -I. -I$(srcdir)/..
+INCLUDES = -I. -I$(srcdir)/.. -I$(objdir)/..
# Note that when building the library, ${MULTILIB} is not the way multilib
# options are passed; they're passed in $(CFLAGS).
CFLAGS_FOR_TARGET = -O2 -g ${MULTILIB} ${INCLUDES} ${NEWLIB_CFLAGS}