ecomaikgolf / alma

toy kernel written in C++ for x86-64 machines with the mere purpose of learning OS development
8 stars 1 forks source link

add libgcc without red_zone to makefile #3

Closed ecomaikgolf closed 3 years ago

ecomaikgolf commented 3 years ago

Reflect changes made in https://github.com/ecomaikgolf/os-dev/issues/1 to the toolchain makefile

ecomaikgolf commented 3 years ago

https://github.com/ecomaikgolf/os-dev/blob/f6ba4c8fe25aadc22261d7b53c9174cdd94413f8/toolchain/makefile#L76-L81