The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use as directly on Cygwin, as on Linux

+4
+2
configure
··· 19527 19527 *) : 19528 19528 ;; 19529 19529 esac ;; #( 19530 + *-*-cygwin,gcc-*) : 19531 + default_as="${toolpref}as" ;; #( 19530 19532 i686-pc-windows,*) : 19531 19533 default_as="ml -nologo -coff -Cp -c -Fo" 19532 19534 default_aspp="$default_as" ;; #(
+2
configure.ac
··· 1861 1861 [AS_CASE([$as_cpu], 1862 1862 [x86_64|arm*|aarch64*|i[[3-6]]86|riscv*], 1863 1863 [default_as="${toolpref}as"])], 1864 + [*-*-cygwin,gcc-*], 1865 + [default_as="${toolpref}as"], 1864 1866 [i686-pc-windows,*], 1865 1867 [default_as="ml -nologo -coff -Cp -c -Fo" 1866 1868 default_aspp="$default_as"],