mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
Use gcc-ar and gcc-ranlib wrappers
These wrappers use the --plugin flags to properly support LTO, other than that it's a transparent change.
This commit is contained in:
@@ -18,8 +18,8 @@ CC = psp-gcc
|
||||
CXX = psp-g++
|
||||
AS = psp-gcc
|
||||
LD = psp-gcc
|
||||
AR = psp-ar
|
||||
RANLIB = psp-ranlib
|
||||
AR = psp-gcc-ar
|
||||
RANLIB = psp-gcc-ranlib
|
||||
STRIP = psp-strip
|
||||
MKSFO = mksfo
|
||||
PACK_PBP = pack-pbp
|
||||
|
||||
Reference in New Issue
Block a user