mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 08:41:34 +00:00
Merge pull request #87 from davidgfnet/master
Use gcc-ar and gcc-ranlib wrappers
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