diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-20 17:19:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-20 17:19:15 +0100 |
commit | 0097a8249ca2d1a498b457019db15d3540a259f3 (patch) | |
tree | 34aeca86734675d22f566f11c35118f0e93df20b /toolchain/eglibc | |
parent | db287e1579a46cdc8d8d6e1ef10455d2b1f10f22 (diff) |
add vendor string "openadk" to toolchain triplet
With this change you can compile toolchains even
when host cpu arch is identical to target cpu arch.
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index aeec91c90..1605113c6 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -60,16 +60,6 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure PATH='${TARGET_PATH}' \ $(MAKE) -C $(EGLIBC_BUILD_DIR_INITIAL) \ install-headers install-bootstrap-headers=yes - PATH='${TARGET_PATH}' \ - $(MAKE) -C $(EGLIBC_BUILD_DIR_INITIAL) \ - csu/subdir_lib - ( cd $(EGLIBC_BUILD_DIR_INITIAL); \ - $(CP) csu/crt1.o csu/crti.o csu/crtn.o \ - $(TOOLCHAIN_SYSROOT)/usr/lib \ - ); - PATH='${TARGET_PATH}' \ - $(TARGET_CC) -nostdlib -nostartfiles -shared -x c /dev/null \ - -o $(TOOLCHAIN_SYSROOT)/usr/lib/libc.so touch $@ $(WRKBUILD)/.configured: |