From 25b1113d3df4e9993518faf29f5d67221dd3e373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Thu, 2 Jan 2014 23:06:46 +0100 Subject: [PATCH] Install FD and SFD files as well. --- README.md | 6 +++--- bootstrap.sh | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24855c6..56d4422 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GCC compiler for AmigaOS/m68k ### Overview -**m68k-amigaos-toolchain** provides you a shell script that builds M68k AmigaOS 3.x) toolchain in your Un\*x-like environment. Build process should produce following set of tools that targets m68k-amigaos platform: +**m68k-amigaos-toolchain** provides you a shell script that builds M68k AmigaOS 3.x) toolchain in your Unix-like environment. Build process should produce following set of tools that targets m68k-amigaos platform: * gcc 2.95.3 * g++ 2.95.3 @@ -25,7 +25,7 @@ GCC compiler for AmigaOS/m68k ### Downloads -There are no downloads provided for the time being. I do as much as possible to make the toolchain portable among Un\*x-like environments. Following platforms were tested and the toolchain is known to work for them: +There are no downloads provided for the time being. I do as much as possible to make the toolchain portable among Unix-like environments. Following platforms were tested and the toolchain is known to work for them: * Cygwin 1.7.18 (gcc 4.5.3) * Ubuntu 12.04 LTS 32-bit (gcc 4.6.3) @@ -53,7 +53,7 @@ AmigaOS specific documents: ### Compiling -*Firstly… you should have basic understanding of Un\*x console environment, really* ;-) +*Firstly… you should have basic understanding of Unix console environment, really* ;-) #### Prerequisites diff --git a/bootstrap.sh b/bootstrap.sh index 3c9a7d8..8d20f92 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -431,6 +431,8 @@ function process_ndk { popd pushd "${PREFIX}/os-lib" + cp -av "${SOURCES}/${NDK}/Include/fd" . + cp -av "${SOURCES}/${NDK}/Include/sfd" . cp -av "${SOURCES}/${NDK}/Include/linker_libs/"* . popd