Skip to content

Commit 83d861c

Browse files
committed
rebase
1 parent e9fc168 commit 83d861c

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "submodules/obggcc"]
2+
path = submodules/obggcc
3+
url = https://github.com/AmanoTeam/obggcc

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#!/bin/bash
22

3+
declare -r workdir="${PWD}"
4+
35
INSTALL_PREFIX=/tmp/autotools
46

7+
cp "${workdir}/submodules/obggcc/tools/ln.sh" '/tmp'
8+
export PATH="/tmp:${PATH}"
9+
510
wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz
611
tar xf autoconf-*.tar.xz
712
unlink *.xz

submodules/obggcc

Submodule obggcc added at 20398bb

0 commit comments

Comments
 (0)