2500th COMMIT: ports: Add gcc port
I've had this laying around locally for a while. binutils was not working so I didn't feel like this was worth pushing. My new stdio FILE buffering rewrite fixed binutils and now gcc actually works!
This commit is contained in:
11
ports/gcc/patches/0001-force-little-endian.patch
Normal file
11
ports/gcc/patches/0001-force-little-endian.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -ruN gcc-12.2.0/gcc/configure gcc-12.2.0-banan_os/gcc/configure
|
||||
--- gcc-12.2.0/gcc/configure 2022-08-19 11:09:52.736664469 +0300
|
||||
+++ gcc-12.2.0-banan_os/gcc/configure 2024-08-08 09:30:58.730876253 +0300
|
||||
@@ -9426,6 +9426,7 @@
|
||||
fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
|
||||
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
|
||||
+ac_cv_c_bigendian=no
|
||||
if ${ac_cv_c_bigendian+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
1
ports/gcc/patches/gcc-12.2.0.patch
Symbolic link
1
ports/gcc/patches/gcc-12.2.0.patch
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../toolchain/gcc-12.2.0.patch
|
||||
Reference in New Issue
Block a user