diff options
Diffstat (limited to 'tools/cross.sh')
-rw-r--r-- | tools/cross.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/cross.sh b/tools/cross.sh index 52e7b1b..b81b93c 100644 --- a/tools/cross.sh +++ b/tools/cross.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. +# Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -106,7 +106,6 @@ echo "Removing previous builds..." rm -rf build-gcc build-binutils # Binutils build -clear mkdir build-binutils echo "Applying binutils patch" @@ -126,7 +125,6 @@ cd .. rm -rf $BINUTILS_NAME build-binutils # GCC build -clear echo "Downloading prerequisites for $GCC_NAME..." cd $GCC_NAME contrib/download_prerequisites @@ -157,7 +155,6 @@ rm -rf $GCC_NAME build-gcc # Cleanup ################################################################ -clear "$TARGET"-ld -v "$TARGET"-gcc --version | head -n1 echo "Build complete, binaries are in $PREFIX" |