Page MenuHomeFreeBSD

map mips TARGET_ARCH to triples
ClosedPublic

Authored by emaste on Aug 30 2017, 5:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 22 2024, 6:33 AM
Unknown Object (File)
Jan 4 2024, 8:28 PM
Unknown Object (File)
Jan 4 2024, 8:28 PM
Unknown Object (File)
Jan 4 2024, 8:28 PM
Unknown Object (File)
Jan 4 2024, 8:28 PM
Unknown Object (File)
Jan 4 2024, 5:50 PM
Unknown Object (File)
Dec 8 2023, 12:08 PM
Unknown Object (File)
Aug 12 2023, 9:14 PM
Subscribers
None

Details

Summary
  • strip trailing hf
  • use mips64 for mipsn32

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Makefile.inc1
640 โ†—(On Diff #32526)

Might want to use C instead of S here. While it's true it isn't an extended regex, neither is the first one...

Makefile.inc1
640 โ†—(On Diff #32526)

Or we could make the first one :S. On a quick look I think we have about 2x as many :S in the tree as :C and about three quarters of the :Cs could be :S.

Anyway if you're otherwise OK with the change I will commit it with whichever form is preferred.

This already strips 'hf'? The only change in the diff seems to be the n32 fix?

Oops, this was committed in two parts to my local tree and this diff represents only the second change. The file in FreeBSD svn currently has only ${TARGET_ARCH:C/amd64/x86_64/}

This revision is now accepted and ready to land.Aug 30 2017, 9:30 PM
emaste added a reviewer: bdrewery.
  • update for 78c558ba097d8 (rS325001)
  • use :C where applicable
This revision now requires review to proceed.Dec 5 2017, 9:24 PM
This revision is now accepted and ready to land.Dec 5 2017, 9:34 PM
This revision was automatically updated to reflect the committed changes.